From 806b3cb3448ad15a5d563937fdac2ffae37342a7 Mon Sep 17 00:00:00 2001
From: YangYuGang <1378265336@qq.com>
Date: 星期三, 23 四月 2025 22:11:25 +0800
Subject: [PATCH] Merge branch 'master' of http://47.115.28.255:8110/r/TigerClouds-Tech/Server/TigerApi6_2024

---
 Tiger.Business.WMS/T100ToWMS/ProductOutputtBusiness.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Tiger.Business.WMS/T100ToWMS/ProductOutputtBusiness.cs b/Tiger.Business.WMS/T100ToWMS/ProductOutputtBusiness.cs
index ef05438..789e376 100644
--- a/Tiger.Business.WMS/T100ToWMS/ProductOutputtBusiness.cs
+++ b/Tiger.Business.WMS/T100ToWMS/ProductOutputtBusiness.cs
@@ -104,7 +104,7 @@
         /// <param name="input"></param>
         /// <param name="Count"></param>
         /// <returns></returns>
-        public List<BIZ_ERP_SALE_OUT_DTL> ChangeDTL(List<BIZ_ERP_SALE_OUT_DTL> input, decimal Count)
+        public List<BIZ_ERP_SALE_OUT_DTL> ChangeDTL(List<BIZ_ERP_SALE_OUT_DTL> input, double Count)
         {
             var model = new List<BIZ_ERP_SALE_OUT_DTL>();
             var data = input.Where(i => i.QTY < i.PRQTY).OrderBy(i => i.BILLLINE).ToList();

--
Gitblit v1.9.3