From f9570e17eb5ac6d262229f69a45c0bc52d762a00 Mon Sep 17 00:00:00 2001
From: yxj <1qaz@123>
Date: 星期二, 02 十一月 2021 14:54:07 +0800
Subject: [PATCH] 保存生成生产汇报单源单类型递入值修改
---
WebAPI/Controllers/ProductionReportController.cs | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/WebAPI/Controllers/ProductionReportController.cs b/WebAPI/Controllers/ProductionReportController.cs
index cad4c52..bfbd9db 100644
--- a/WebAPI/Controllers/ProductionReportController.cs
+++ b/WebAPI/Controllers/ProductionReportController.cs
@@ -133,7 +133,8 @@
lsmain = oListModels.getICMOReportBillMainByJson(msg1);
lsmain[0].HYear = DBUtility.ClsPub.isLong(DateTime.Now.Year);
lsmain[0].HDate = DBUtility.ClsPub.isDate(DateTime.Now.ToString("yyyy-MM-dd"));
- string sSourceBillType = lsmain[0].HBillType;
+ //string sSourceBillType = lsmain[0].HBillType;
+ string sSourceBillType = "3710";
WebAPI.WebS.ClsSc_ICMOReportBillMain websLsmain = new WebS.ClsSc_ICMOReportBillMain();
websLsmain.HInterID = lsmain[0].HInterID;
--
Gitblit v1.9.1