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