From cf3bf382a85dcace9247e1103b250d1f3bc5104c Mon Sep 17 00:00:00 2001 From: ch <37327@LLOOCCY> Date: 星期五, 06 八月 2021 13:47:08 +0800 Subject: [PATCH] 合并 --- 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