From fc0825c3ca5827acb5538bf342623d053e7a1e60 Mon Sep 17 00:00:00 2001
From: 邱宇豪 <qyh123230312>
Date: 星期五, 03 十一月 2023 14:25:19 +0800
Subject: [PATCH] 20231103_qiuyh_发运计划

---
 hd/pipe/materialsManage/src/main/java/com/thhy/materials/modules/biz/pipeoutplan/service/impl/PipeOutPlanServiceImpl.java |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/hd/pipe/materialsManage/src/main/java/com/thhy/materials/modules/biz/pipeoutplan/service/impl/PipeOutPlanServiceImpl.java b/hd/pipe/materialsManage/src/main/java/com/thhy/materials/modules/biz/pipeoutplan/service/impl/PipeOutPlanServiceImpl.java
index 40f5c7f..1348787 100644
--- a/hd/pipe/materialsManage/src/main/java/com/thhy/materials/modules/biz/pipeoutplan/service/impl/PipeOutPlanServiceImpl.java
+++ b/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();
 	}

--
Gitblit v1.9.3