执行单添加发牌状态与日期,入库单添加运输业务单号
This commit is contained in:
+6
-6
@@ -2331,12 +2331,12 @@ public class UserApplicationService {
|
||||
}
|
||||
}
|
||||
//用户账号传值
|
||||
if (StringUtils.isNotEmpty(checkDO.getUserAccount())) {
|
||||
//调用工具类校验,用户账号格式错误
|
||||
if (!RegexUtil.isAccountLegal(checkDO.getUserAccount())) {
|
||||
throw new DigitalLogisticsException(UserError.USER_ACCOUNT_REG_ERROR);
|
||||
}
|
||||
}
|
||||
// if (StringUtils.isNotEmpty(checkDO.getUserAccount())) {
|
||||
// //调用工具类校验,用户账号格式错误
|
||||
// if (!RegexUtil.isAccountLegal(checkDO.getUserAccount())) {
|
||||
// throw new DigitalLogisticsException(UserError.USER_ACCOUNT_REG_ERROR);
|
||||
// }
|
||||
// }
|
||||
//用户手机号传值
|
||||
// if (StringUtils.isNotEmpty(checkDO.getUserPhone()) && checkDO.getDataSources() != null && checkDO.getDataSources()!=2) {
|
||||
// //调用工具类校验,手机号格式错误
|
||||
|
||||
Reference in New Issue
Block a user