From bfec4da315abe8013a1683325bcf434c492dba0f Mon Sep 17 00:00:00 2001 From: yangle <admin@YINMOU> Date: 星期三, 12 十月 2022 18:51:17 +0800 Subject: [PATCH] 问题处理 --- WebAPI/Controllers/CJGL/Cj_StationOutBillController.cs | 19 ++++++++++--------- 1 files changed, 10 insertions(+), 9 deletions(-) diff --git a/WebAPI/Controllers/CJGL/Cj_StationOutBillController.cs b/WebAPI/Controllers/CJGL/Cj_StationOutBillController.cs index 7c77f20..7d1c3d9 100644 --- a/WebAPI/Controllers/CJGL/Cj_StationOutBillController.cs +++ b/WebAPI/Controllers/CJGL/Cj_StationOutBillController.cs @@ -156,14 +156,14 @@ objJsonResult.data = null; return objJsonResult; } - if (HGroupID == 0) - { - objJsonResult.code = "0"; - objJsonResult.count = 0; - objJsonResult.Message = "鐢熶骇鐝粍娌℃湁閫夋嫨锛�"; - objJsonResult.data = null; - return objJsonResult; - } + //if (HGroupID == 0) + //{ + // objJsonResult.code = "0"; + // objJsonResult.count = 0; + // objJsonResult.Message = "鐢熶骇鐝粍娌℃湁閫夋嫨锛�"; + // objJsonResult.data = null; + // return objJsonResult; + //} if (HProcID == 0) { @@ -489,7 +489,7 @@ oBill.omodel.HMainSourceInterID = list[i].HMainSourceInterID; oBill.omodel.HMainSourceBillNo = list[i].HMainSourceBillNo; oBill.omodel.HMainSourceBillType = list[i].HMainSourceBillType; - oBill.omodel.HLastSubProc = list[i].HLastSubProc; + oBill.omodel.HLastSubProc = true; oBill.omodel.HEmpID2 = list[i].HEmpID2; oBill.omodel.HEmpID3 = list[i].HEmpID3; oBill.omodel.HEmpID4 = list[i].HEmpID4; @@ -499,6 +499,7 @@ oBill.omodel.HPriceRate = list[i].HPriceRate; oBill.omodel.HWorkTimes = list[i].HWorkTimes; oBill.omodel.HQCCheckID = list[i].HQCCheckID; + oBill.omodel.HMaker = msg4; //string HBillSubType = "3791"; //long HInterID = list[0].HInterID;//閫掑叆type寰楀埌鐨勫崟鎹甀D -- Gitblit v1.9.1