批量设置
This commit is contained in:
+3
-1
@@ -1473,7 +1473,9 @@ public class ProjectLawsInventoryEOServiceImpl extends ServiceImpl<ProjectLawsIn
|
|||||||
|
|
||||||
//翻译传入的数据
|
//翻译传入的数据
|
||||||
List<ProjectLawsInventoryEO> inputList = new ArrayList<>();
|
List<ProjectLawsInventoryEO> inputList = new ArrayList<>();
|
||||||
inputList.add(projectLawsInventoryEO);
|
ProjectLawsInventoryEO projectLawsInventoryEONew = new ProjectLawsInventoryEO();
|
||||||
|
BeanUtils.copyProperties(projectLawsInventoryEO,projectLawsInventoryEONew);
|
||||||
|
inputList.add(projectLawsInventoryEONew);
|
||||||
translateData(inputList);
|
translateData(inputList);
|
||||||
ProjectLawsInventoryEO inputInfoEO = inputList.get(0);
|
ProjectLawsInventoryEO inputInfoEO = inputList.get(0);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user