From aa9075b4c1e51d90f516ec7590a5e915ac73c66c Mon Sep 17 00:00:00 2001
From: YL <YL@LAPTOP-SE03PLUR>
Date: 星期四, 25 十一月 2021 20:01:36 +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