Browse Source

no message

FengChaoYu 9 tháng trước cách đây
mục cha
commit
646710e359

+ 3 - 0
mall-server-api/src/main/java/com/gree/mall/manager/logic/user/UserLogic.java

@@ -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);