From 7d860d3718eaf73e26fefa91dbe4bea58ca30183 Mon Sep 17 00:00:00 2001 From: zzr99 <1940172413@qq.com> Date: 星期一, 22 八月 2022 11:11:34 +0800 Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-API --- WebAPI/Controllers/CJGL/Cj_StationOutBillController.cs | 48 ++++++++++++++++++++++++------------------------ 1 files changed, 24 insertions(+), 24 deletions(-) diff --git a/WebAPI/Controllers/CJGL/Cj_StationOutBillController.cs b/WebAPI/Controllers/CJGL/Cj_StationOutBillController.cs index 2e16b55..dd4cfe1 100644 --- a/WebAPI/Controllers/CJGL/Cj_StationOutBillController.cs +++ b/WebAPI/Controllers/CJGL/Cj_StationOutBillController.cs @@ -181,22 +181,22 @@ objJsonResult.data = null; return objJsonResult; } - if (HQCCheckID == 0) - { - objJsonResult.code = "0"; - objJsonResult.count = 0; - objJsonResult.Message = "妫�楠屽憳娌℃湁閫夋嫨锛�"; - objJsonResult.data = null; - return objJsonResult; - } - if (HSourceID == 0) - { - objJsonResult.code = "0"; - objJsonResult.count = 0; - objJsonResult.Message = "鐢熶骇璧勬簮娌℃湁閫夋嫨锛�"; - objJsonResult.data = null; - return objJsonResult; - } + //if (HQCCheckID == 0) + //{ + // objJsonResult.code = "0"; + // objJsonResult.count = 0; + // objJsonResult.Message = "妫�楠屽憳娌℃湁閫夋嫨锛�"; + // objJsonResult.data = null; + // return objJsonResult; + //} + //if (HSourceID == 0) + //{ + // objJsonResult.code = "0"; + // objJsonResult.count = 0; + // objJsonResult.Message = "鐢熶骇璧勬簮娌℃湁閫夋嫨锛�"; + // objJsonResult.data = null; + // return objJsonResult; + //} if (HCenterID == 0) { objJsonResult.code = "0"; @@ -213,14 +213,14 @@ objJsonResult.data = null; return objJsonResult; } - if (HWorkTimes <= 0) - { - objJsonResult.code = "0"; - objJsonResult.count = 0; - objJsonResult.Message = "宸ユ椂蹇呴』澶т簬0锛�"; - objJsonResult.data = null; - return objJsonResult; - } + //if (HWorkTimes <= 0) + //{ + // objJsonResult.code = "0"; + // objJsonResult.count = 0; + // objJsonResult.Message = "宸ユ椂蹇呴』澶т簬0锛�"; + // objJsonResult.data = null; + // return objJsonResult; + //} //if (HEmpID2 == 0 ) //{ // objJsonResult.code = "0"; -- Gitblit v1.9.1