From 4c4634e03c9f77dc9762063b071d8ea236bb2ad8 Mon Sep 17 00:00:00 2001
From: YL <YL@LAPTOP-SE03PLUR>
Date: 星期六, 24 七月 2021 00:35:15 +0800
Subject: [PATCH] 制作通用的单据编辑样例模块(生产汇报单列表/编辑),以方便其他开发人员可以借鉴。

---
 WebAPI/Controllers/Sc_MouldController.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/WebAPI/Controllers/Sc_MouldController.cs b/WebAPI/Controllers/Sc_MouldController.cs
index 658e8b7..1178caf 100644
--- a/WebAPI/Controllers/Sc_MouldController.cs
+++ b/WebAPI/Controllers/Sc_MouldController.cs
@@ -73,8 +73,8 @@
                 BillNew.omodel.HEmpID = 0;
                 BillNew.omodel.HManagerID = mainList[0].HManagerID;
                 BillNew.omodel.HSecManagerID = mainList[0].HSecManagerID;
-                BillNew.omodel.HKeeperID = mainList[0].HSecManagerID;
-                BillNew.omodel.HDeptID = mainList[0].HSecManagerID;
+                BillNew.omodel.HKeeperID = mainList[0].HKeeperID;
+                BillNew.omodel.HDeptID = mainList[0].HDeptID;
                 BillNew.omodel.HExplanation = mainList[0].HExplanation;
                 BillNew.omodel.HInnerBillNo = mainList[0].HInnerBillNo;
                 BillNew.omodel.HRedBlueFlag = mainList[0].HRedBlueFlag;

--
Gitblit v1.9.1