批量设置

This commit is contained in:
zhn
2022-05-26 16:40:35 +08:00
parent fe3207b63f
commit 4a3b80c904
@@ -1473,7 +1473,9 @@ public class ProjectLawsInventoryEOServiceImpl extends ServiceImpl<ProjectLawsIn
//翻译传入的数据
List<ProjectLawsInventoryEO> inputList = new ArrayList<>();
inputList.add(projectLawsInventoryEO);
ProjectLawsInventoryEO projectLawsInventoryEONew = new ProjectLawsInventoryEO();
BeanUtils.copyProperties(projectLawsInventoryEO,projectLawsInventoryEONew);
inputList.add(projectLawsInventoryEONew);
translateData(inputList);
ProjectLawsInventoryEO inputInfoEO = inputList.get(0);