审批结果回传小程序

This commit is contained in:
chenglijuan
2026-04-22 18:32:34 +08:00
committed by ws
parent 4ac8fa20cb
commit 9a251d7603
16 changed files with 857 additions and 62 deletions
@@ -76,4 +76,10 @@
WHERE id = #{id} AND status = 'pending'
</update>
<update id="updateStatusBySpNo">
UPDATE visit_application
SET status = #{status}, status_text = #{statusText}
WHERE sp_no = #{spNo} AND status = 'pending'
</update>
</mapper>