Commit 316dab3d authored by huyuchen's avatar huyuchen

huych-电子档案批量导入第五次提交

parent 6fd32ae9
......@@ -226,7 +226,7 @@ public class ElectronicArchiveImportServiceImpl implements ElectronicArchiveImpo
// 查询项目信息获取客户信息
settleResult = archivesDaprUtil.selectDeptByNo(data.getDeptNo());
if (settleResult == null) {
if (Common.isEmpty(settleResult) || Common.isEmpty(settleResult.getCustomerCode())) {
ErrorMessage<ArchiveImportVO> errorMessage = new ErrorMessage<>(data.getRowIndex()
,"第" + data.getRowIndex() + "行:项目编码[" + data.getDeptNo() + "]信息不存在",data);
errorMessageList.add(errorMessage);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment