修改实名制后台管理系统
This commit is contained in:
parent
4736844f7b
commit
1b39a3b904
|
|
@ -254,7 +254,7 @@
|
||||||
</update>
|
</update>
|
||||||
|
|
||||||
<update id="updateFace">
|
<update id="updateFace">
|
||||||
UPDATE `fc_face_contrast`
|
UPDATE `bns_smz_fc_face_contrast`
|
||||||
SET `NAME` = #{name}
|
SET `NAME` = #{name}
|
||||||
WHERE ID_NUMBER = #{idNumber}
|
WHERE ID_NUMBER = #{idNumber}
|
||||||
</update>
|
</update>
|
||||||
|
|
|
||||||
|
|
@ -2047,7 +2047,7 @@
|
||||||
</update>
|
</update>
|
||||||
|
|
||||||
<update id="updateAttendance">
|
<update id="updateAttendance">
|
||||||
UPDATE `fc_face_contrast`
|
UPDATE `bns_smz_fc_face_contrast`
|
||||||
SET `AUDITOR` = '-1',
|
SET `AUDITOR` = '-1',
|
||||||
`AUDIT_STATUS` = '1',
|
`AUDIT_STATUS` = '1',
|
||||||
`AUDIT_REMARK` = '后台补卡',
|
`AUDIT_REMARK` = '后台补卡',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue