|
@@ -231,6 +231,9 @@ public class UserLogic {
|
|
|
throw new RemoteServiceException(errPrefix + "网点不存在");
|
|
|
}
|
|
|
}
|
|
|
+ if (StringUtils.isBlank(workerNumber)) {
|
|
|
+ throw new RemoteServiceException(errPrefix + "师傅编号不能为空");
|
|
|
+ }
|
|
|
UserWait userWait = new UserWait();
|
|
|
userWait.setUserType(userTypeEnum.getKey());
|
|
|
userWait.setMobile(mobile);
|