From c39c16d3d512787e9c7d9cf6d0eadbe0ca0616cd Mon Sep 17 00:00:00 2001
From: zgq <519541279@qq.com>
Date: 星期四, 19 八月 2021 15:14:41 +0800
Subject: [PATCH] 工作中心必填校验

---
 WebAPI/Controllers/CJGL/Cj_StationInBillController.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/WebAPI/Controllers/CJGL/Cj_StationInBillController.cs b/WebAPI/Controllers/CJGL/Cj_StationInBillController.cs
index 752f464..e86a26d 100644
--- a/WebAPI/Controllers/CJGL/Cj_StationInBillController.cs
+++ b/WebAPI/Controllers/CJGL/Cj_StationInBillController.cs
@@ -115,7 +115,7 @@
                     objJsonResult.data = null;
                     return objJsonResult;
                 }
-                if (HSourceID <= 0)
+                if (HCenterID <= 0)
                 {
                     objJsonResult.code = "0";
                     objJsonResult.count = 0;

--
Gitblit v1.9.1