From 6c1b1e0601a7db6b576aaa180d6777418a404f18 Mon Sep 17 00:00:00 2001
From: Rodney Chen <rodney.chen@hotmail.com>
Date: 星期三, 25 十二月 2024 21:15:56 +0800
Subject: [PATCH] 修复了一些已知问题

---
 Tiger.Business.MES/BIZ/BIZ_MES_WO.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Tiger.Business.MES/BIZ/BIZ_MES_WO.cs b/Tiger.Business.MES/BIZ/BIZ_MES_WO.cs
index 9d3fe8a..75a63f5 100644
--- a/Tiger.Business.MES/BIZ/BIZ_MES_WO.cs
+++ b/Tiger.Business.MES/BIZ/BIZ_MES_WO.cs
@@ -642,12 +642,12 @@
                     result.Data = ship.BusinessDate.Date == DateTime.Now.Date ? new()
                     {
                         ShipDoc = ship.ShipDoc,
-                        ShippingQty = ship.ShipQty,
+                        ShippingQty = ship.ShipQty.ToDouble(),
                         Tag = "Customer"
                     } : new()
                     {
                         ShipDoc = ship.ShipDoc,
-                        ShippingQty = ship.ShipQty,
+                        ShippingQty = ship.ShipQty.ToDouble(),
                         Tag = "InStoreLabel"
                     };
                     result.LocaleMsg = new($"鍑鸿揣淇℃伅瀛樺湪锛�");

--
Gitblit v1.9.3