From 7f0779d2620af812addb71f9a2685c6e7635e73d Mon Sep 17 00:00:00 2001 From: chenhaozhe <cgz@hz-kingdee.com> Date: 星期一, 16 六月 2025 10:09:50 +0800 Subject: [PATCH] refactor: 移动 Gy_BarCodeBill_PNL_TempController.cs, Gy_PNLInfoController.cs, Gy_BarCodeBill_Set_TempController.cs 到 Controllers/华远datamapping; 移动 Gy_PNLInfoSub.cs 到 Controllers/Models --- WebAPI/Controllers/Sc_MouldRepairSendWorkBillController.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/WebAPI/Controllers/Sc_MouldRepairSendWorkBillController.cs b/WebAPI/Controllers/Sc_MouldRepairSendWorkBillController.cs index 0406334..f340c09 100644 --- a/WebAPI/Controllers/Sc_MouldRepairSendWorkBillController.cs +++ b/WebAPI/Controllers/Sc_MouldRepairSendWorkBillController.cs @@ -220,7 +220,7 @@ string BillType = "3843"; - if (OperationType == 1)//鏂板 + if (OperationType == 1 || OperationType == 2)//鏂板 { //淇濆瓨鍓嶆帶鍒� objJsonResult = BeforeSave_MouldRepairSendWorkBill(omodel.HInterID, omodel.HBillNo, 1); @@ -247,7 +247,6 @@ ",'" + omodel.HCycleUnit + "'," + omodel.HPlanTimes.ToString() + "," + omodel.HTimes.ToString() + "," + omodel.HEmpID.ToString() + "," + omodel.HManagerID.ToString() + "," + omodel.HDeptID.ToString() + ",'" + omodel.HExplanation + "','" + omodel.HInnerBillNo + "'," + omodel.HMouldID.ToString() + ", " + omodel.HSupID.ToString() + ",'" + omodel.HRepairType + "','" + omodel.HNewModel + "'," + omodel.HNewDesignLife.ToString() + ",'" + omodel.HMainSourceBillType + "'," + omodel.HMainSourceInterID.ToString() + "," + omodel.HMainSourceEntryID.ToString() + - ",1) "); } else if (OperationType == 3) @@ -295,6 +294,7 @@ ",HNewDesignLife=" + omodel.HNewDesignLife.ToString() + " where HInterID=" + omodel.HInterID.ToString()); + //鍒犻櫎瀛愯〃 oCN.RunProc("delete from Sc_MouldRepairSendWorkBillSub where HInterID='" + omodel.HInterID.ToString() + "'"); } -- Gitblit v1.9.1