This website works better with JavaScript.
Home
Explore
Help
Sign In
server
/
formallProject
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
//child
release_toaliyun_real
xhxu
3 years ago
parent
9071f7c42f
commit
a5bb253438
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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>
Write
Preview
Loading…
Cancel
Save