丸井半成品汇报项目后端代码
yxj
2021-11-02 f9570e17eb5ac6d262229f69a45c0bc52d762a00
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;