审批结果回传小程序

This commit is contained in:
chenglijuan
2026-04-22 18:32:34 +08:00
parent 95d08a7257
commit 464c49335d
16 changed files with 784 additions and 41 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>