法规清单-调取虚拟清单添加二次确认

This commit is contained in:
zhn
2022-05-09 15:38:19 +08:00
parent 2ecc310a5b
commit 40ca8bfa5a
@@ -224,6 +224,12 @@ public class ProjectLawsInventoryEOServiceImpl extends ServiceImpl<ProjectLawsIn
projectTaskInventoryEOList.add(projectTaskInventoryEO);
});
}
}else{
if(CutEnum.CN.getValue().equals(projectLawsInventoryEO.getCut())){
throw new JeroBootException("该虚拟清单的维护清单中没有数据,是否需要添加");
}else{
throw new JeroBootException("The maintenance list of the virtual list does not contain data");
}
}
}