Browse Source

修改xml

wangfeng 6 years ago
parent
commit
e0e856c0a5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      user-service/src/main/resources/mapper/UserMapper.xml

+ 2 - 2
user-service/src/main/resources/mapper/UserMapper.xml

@@ -234,7 +234,7 @@
 
 </update>
 
- <update id="updateDeleted" parameterType="java.util.Map">
+<!--  <update id="updateDeleted" parameterType="java.util.Map">
 	UPDATE sys_user u ,sys_user_organization a ,
 	 sys_organization b,sys_user_authentication c
 	SET u.is_deleted = "Y",a.is_deleted= "Y",b.is_deleted= "Y",c.is_deleted="Y"
@@ -253,5 +253,5 @@
 	AND a.user_id = #{map.userId} 
 	AND a.organization_id =b.id
 </update>
-
+ -->
 </mapper>