‘linchangsheng’ 8 місяців тому
батько
коміт
9d27acdf5c

+ 1 - 1
src/main/java/com/gree/mall/manager/logic/user/UserLogic.java

@@ -244,7 +244,7 @@ public class UserLogic {
             throw new RemoteServiceException("请先取消内部人员");
         }
 
-        if (StringUtil.isEmpty(user.getWebsitId())) {
+        if (StringUtil.isEmpty(websitId)) {
             throw new RemoteServiceException("必须要有所属网点");
         }