Browse Source

Merge remote-tracking branch 'origin/developer' into developer

huangzhiguo 1 năm trước cách đây
mục cha
commit
b0401838c2
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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">