This commit is contained in:
wxp01309236
2023-06-21 16:44:42 +08:00
parent a3893c4cd3
commit 3eafa757c5
4 changed files with 31 additions and 5 deletions

View File

@@ -229,7 +229,8 @@
id_card = #{record.idCard},
id_card_photo_front = #{record.idCardPhotoFront},
id_card_photo_black = #{record.idCardPhotoBlack},
live_address = #{record.liveAddress}
live_address = #{record.liveAddress},
status = #{record.status}
where id = #{record.id}
</update>