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