Browse Source

//child

release_toaliyun_real
xhxu 3 years ago
parent
commit
a5bb253438
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mallinkService/src/main/resources/mapper/wxCUserBasicChildMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/wxCUserBasicChildMapper.xml View File

@@ -62,7 +62,7 @@
</select>

<update id="updDelById" parameterType="com.iformall.domain.po.WxCUserBasicChild">
update wx_c_user_basic_child set del_status = 0 where id = #{id} and tenant_id = #{tenantId}
update wx_c_user_basic_child set del_status = 1 where id = #{id} and tenant_id = #{tenantId}
</update>




Loading…
Cancel
Save