From b1d8f250ec3f20270615223aa5a622d73a260025 Mon Sep 17 00:00:00 2001
From: 仲国强 <519541279@qq.com>
Date: 星期六, 09 十月 2021 16:25:23 +0800
Subject: [PATCH] 新增不良明细良率报表

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

diff --git a/WebAPI/Controllers/POStockInBillController.cs b/WebAPI/Controllers/POStockInBillController.cs
index f058753..c428c7d 100644
--- a/WebAPI/Controllers/POStockInBillController.cs
+++ b/WebAPI/Controllers/POStockInBillController.cs
@@ -213,7 +213,7 @@
                 }
                 else if (HSourceBillType == "1103")
                 {
-                    ds = webserver.GetCg_PoInStockBillList(sWhere + "  and isnull(HBillSubType,0)=12510 ");
+                    ds = webserver.GetCg_PoInStockBillList(sWhere + "");
                 }
                 else
                 {

--
Gitblit v1.9.1