From c476c9cf07c1b1920cc4bf51f60a78f5768c30fa Mon Sep 17 00:00:00 2001
From: Ben Lin <maobin001@msn.com>
Date: 星期一, 23 十二月 2024 19:41:33 +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