法规清单--调取

This commit is contained in:
zhn
2022-05-17 19:39:16 +08:00
parent 7a23cf4e35
commit c7e9a114b1
@@ -1313,6 +1313,10 @@ public class ProjectLawsInventoryEOServiceImpl extends ServiceImpl<ProjectLawsIn
if(StringUtils.isBlank(projectLawsInventoryEO.getImplementType())){
projectLawsInventoryEO.setImplementType(dummyInventoryInfoEO.getImplementType());
}
//适用地区
if(StringUtils.isBlank(projectLawsInventoryEO.getRegion())){
projectLawsInventoryEO.setRegion(dummyInventoryInfoEO.getRegion());
}
//在产车实施日期
if(ObjectUtils.isEmpty(projectLawsInventoryEO.getImplementTime())){
projectLawsInventoryEO.setImplementTime(dummyInventoryInfoEO.getImplementTime());