Merge remote-tracking branch 'origin/master'

This commit is contained in:
liux 2025-11-14 10:40:18 +08:00
commit ca56aa4f55
1 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
features_state = '1'
</insert>
<select id="saveHealthBatch" resultType="int">
<insert id="saveHealthBatch" >
insert into kitchen_staff_face(staff_id, photo_url, features, create_by, error_msg, create_time, update_by,
update_time, features_state)
values
@ -47,7 +47,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
update_by = values(update_by),
update_time = values(update_time),
features_state = '1'
</select>
</insert>
<update id="updateUserFaceStatus" >
update user_face