update
This commit is contained in:
parent
6910611c61
commit
89aa22cd78
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user