|
|
@ -49,7 +49,7 @@ |
|
|
|
update cim_staff |
|
|
|
<trim prefix="SET" suffixOverrides=","> |
|
|
|
<if test="item.status != null">status = #{item.status},</if> |
|
|
|
<if test="item.tabStatus != null">tab_status = #{item.tabStatus},</if> |
|
|
|
<if test="item.registerDate != null">register_date = #{item.registerDate},</if> |
|
|
|
</trim> |
|
|
|
where id = #{item.id} and `tenantsid`=#{tenantSid} |
|
|
|
</foreach> |
|
|
|