| hd/pipe/materialsManage/src/main/java/com/thhy/materials/modules/biz/pipeoutplan/service/impl/PipeOutPlanServiceImpl.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
hd/pipe/materialsManage/src/main/java/com/thhy/materials/modules/biz/pipeoutplan/service/impl/PipeOutPlanServiceImpl.java
@@ -41,6 +41,7 @@ List<PipeOutPlanMothEntity> monthList = pipeOutPlanEntity.getMonthList(); monthList.forEach(vo->{ vo.setPipeOutPlanId(planOutId); vo.setId(UUIDUtils.create()); pipeOutPlanMapper.insertMoth(vo); }); return BasicResult.success(); @@ -67,6 +68,7 @@ List<PipeOutPlanMothEntity> monthList = pipeOutPlanEntity.getMonthList(); monthList.forEach(vo->{ vo.setPipeOutPlanId(planOutId); vo.setId(UUIDUtils.create()); pipeOutPlanMapper.insertMoth(vo); }); return BasicResult.success(); }