|
|
@ -40,7 +40,7 @@ |
|
|
|
<if test="item.mobileNo != null">mobile_no = #{item.mobileNo},</if> |
|
|
|
<if test="item.email != null">email = #{item.email},</if> |
|
|
|
</trim> |
|
|
|
where id = #{item.id} and `tenantsid`=#{tenantSid} |
|
|
|
where id = #{item.id} |
|
|
|
</foreach> |
|
|
|
</update> |
|
|
|
|
|
|
@ -51,7 +51,7 @@ |
|
|
|
<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} |
|
|
|
where id = #{item.id} |
|
|
|
</foreach> |
|
|
|
</update> |
|
|
|
|
|
|
|