zhijiezhao 1 år sedan
förälder
incheckning
3e5e76f77b
1 ändrade filer med 1 tillägg och 1 borttagningar
  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">