zhijiezhao 1 year ago
parent
commit
3e5e76f77b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/resources/mappings/modules/user/CmUserMapper.xml

+ 1 - 1
src/main/resources/mappings/modules/user/CmUserMapper.xml

@@ -424,7 +424,7 @@
 				tipStatus = #{tipStatus},
 				tipStatus = #{tipStatus},
 			</if>
 			</if>
         </set>
         </set>
-        WHERE userID != #{companyUserID}
+        WHERE userID = #{companyUserID}
     </update>
     </update>
 
 
     <update id="updateUserStatus">
     <update id="updateUserStatus">