|
|
@ -97,6 +97,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" |
|
|
|
<if test="remark != null">remark = #{remark},</if> |
|
|
|
<if test="createTime != null">create_time = #{createTime},</if> |
|
|
|
<if test="groupId != null">group_id = #{groupId},</if> |
|
|
|
<if test="useTime != null">use_time=#{useTime},</if> |
|
|
|
<if test="faceByte != null">face_byte = #{faceByte},</if> |
|
|
|
</trim> |
|
|
|
where id = #{id} |
|
|
|