zhijiezhao пре 1 година
родитељ
комит
3e5e76f77b
1 измењених фајлова са 1 додато и 1 уклоњено
  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},
 			</if>
         </set>
-        WHERE userID != #{companyUserID}
+        WHERE userID = #{companyUserID}
     </update>
 
     <update id="updateUserStatus">