‘linchangsheng’ hace 1 mes
padre
commit
e434bceb37
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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("必须要有所属网点");
         }