‘linchangsheng’ 1 tháng trước cách đây
mục cha
commit
e434bceb37

+ 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("必须要有所属网点");
         }