From 2cf8f4a928d3479068fc51be9633db4583eba3c9 Mon Sep 17 00:00:00 2001
From: wxw <Administrator@DESKTOP-5BIMHQ3>
Date: 星期五, 09 五月 2025 13:05:23 +0800
Subject: [PATCH] 修改问题

---
 Wms/WMS.BLL/SysServer/PalletsServer.cs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/Wms/WMS.BLL/SysServer/PalletsServer.cs b/Wms/WMS.BLL/SysServer/PalletsServer.cs
index d024fa9..d43f570 100644
--- a/Wms/WMS.BLL/SysServer/PalletsServer.cs
+++ b/Wms/WMS.BLL/SysServer/PalletsServer.cs
@@ -56,6 +56,7 @@
                 {
                     Id = m.Id,
                     PalletNo = m.PalletNo,
+                    Standard = m.Standard,
                     Type = m.Type == "0" ? "鎵樼洏" : m.Type == "1" ? "涓浆绠�" : "",
                     Status = m.Status,
                     LastUse = m.LastUse,

--
Gitblit v1.8.0