From 5324aad11508185a4ad22d6b3222c604f0b4cfa9 Mon Sep 17 00:00:00 2001
From: yxj <1qaz@123>
Date: 星期一, 01 十一月 2021 10:35:27 +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