From 12e7d6fbd4343a34a78a2c9671beced477feeb45 Mon Sep 17 00:00:00 2001
From: YL <YL@LAPTOP-SE03PLUR>
Date: 星期二, 28 九月 2021 09:40:39 +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