法规清单--调取
This commit is contained in:
+4
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user