Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
ca56aa4f55
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue