This commit is contained in:
zhanghuibin 2025-11-19 17:07:13 +08:00
parent 6910611c61
commit 89aa22cd78

View File

@ -145,7 +145,7 @@ public class ConSaleServiceImpl implements IConSaleService {
for (ConSaleImportDto row : dtoList) {
// 校验项目编号订单编号是否为空
if (StringUtils.isBlank(row.getProjectNo())) {
continue;
throw new ServiceException("合同编号不能为空");
}
ConSaleBo saleBo = new ConSaleBo();