‘linchangsheng’ 1 kuukausi sitten
vanhempi
commit
e434bceb37
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/main/java/com/gree/mall/manager/logic/user/UserLogic.java

+ 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(websitId)) {
+        if (StringUtil.isEmpty(websitId) && isService) {
             throw new RemoteServiceException("必须要有所属网点");
         }