From a5bb253438b938761fb7fdb8a0163a36bd7f0173 Mon Sep 17 00:00:00 2001 From: xhxu Date: Thu, 10 Nov 2022 10:40:17 +0800 Subject: [PATCH] //child --- .../src/main/resources/mapper/wxCUserBasicChildMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mallinkService/src/main/resources/mapper/wxCUserBasicChildMapper.xml b/mallinkService/src/main/resources/mapper/wxCUserBasicChildMapper.xml index bb8fa1890..9107dc58c 100644 --- a/mallinkService/src/main/resources/mapper/wxCUserBasicChildMapper.xml +++ b/mallinkService/src/main/resources/mapper/wxCUserBasicChildMapper.xml @@ -62,7 +62,7 @@ - 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}