From bfc4620a02c95e1a9470b466ce8526872f1929a2 Mon Sep 17 00:00:00 2001
From: YL <YL@LAPTOP-SE03PLUR>
Date: 星期五, 03 九月 2021 18:58:14 +0800
Subject: [PATCH] nothing
---
WebAPI/Controllers/ProductInController.cs | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/WebAPI/Controllers/ProductInController.cs b/WebAPI/Controllers/ProductInController.cs
index 03e4b12..c648fca 100644
--- a/WebAPI/Controllers/ProductInController.cs
+++ b/WebAPI/Controllers/ProductInController.cs
@@ -219,6 +219,10 @@
{
ds = webserver.GetSc_ICMOBillList(sWhere + " ");
}
+ if (HSourceBillType == "3711")
+ {
+ ds = webserver.GetSc_ICMOReportBillList(sWhere + " ");
+ }
else
{
objJsonResult.code = "0";
--
Gitblit v1.9.1