|
|
@@ -62,7 +62,7 @@ |
|
|
</select> |
|
|
</select> |
|
|
|
|
|
|
|
|
<update id="updDelById" parameterType="com.iformall.domain.po.WxCUserBasicChild"> |
|
|
<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> |
|
|
</update> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|