执行单添加发牌状态与日期,入库单添加运输业务单号

This commit is contained in:
赵辉
2026-06-04 16:28:08 +08:00
parent c7e4ced035
commit 3a004607b2
8 changed files with 79 additions and 6 deletions
@@ -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) {
// //调用工具类校验,手机号格式错误