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">