法规清单导入、把文档库数据id添加进法规清单。

This commit is contained in:
wangzhijiang
2022-07-28 14:56:07 +08:00
parent 464117f59d
commit fd4bbbfc65
@@ -4632,6 +4632,7 @@ public class ProjectLawsInventoryEOServiceImpl extends ServiceImpl<ProjectLawsIn
projectLawsInventoryEO.setRegion(collect.get(0).getRegion());//适用地区
projectLawsInventoryEO.setImplementTime(collect.get(0).getImplementTime());//在产车实施日期
projectLawsInventoryEO.setXin1Che1Xing2Shi2Shi1Ri4Qi1(collect.get(0).getXin1Che1Xing2Shi2Shi1Ri4Qi1());//新车实施日期
projectLawsInventoryEO.setStandId(collect.get(0).getId());//新车实施日期
}
}