修改实名制后台管理系统
This commit is contained in:
parent
4736844f7b
commit
1b39a3b904
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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` = '后台补卡',
|
||||
|
|
|
|||
Loading…
Reference in New Issue