修改实名制后台管理系统

This commit is contained in:
lSun 2025-12-25 11:28:37 +08:00
parent 4736844f7b
commit 1b39a3b904
2 changed files with 2 additions and 2 deletions

View File

@ -254,7 +254,7 @@
</update>
<update id="updateFace">
UPDATE `fc_face_contrast`
UPDATE `bns_smz_fc_face_contrast`
SET `NAME` = #{name}
WHERE ID_NUMBER = #{idNumber}
</update>

View File

@ -2047,7 +2047,7 @@
</update>
<update id="updateAttendance">
UPDATE `fc_face_contrast`
UPDATE `bns_smz_fc_face_contrast`
SET `AUDITOR` = '-1',
`AUDIT_STATUS` = '1',
`AUDIT_REMARK` = '后台补卡',