From d07f25c163706ac46a83bd2c63db1e3c52715222 Mon Sep 17 00:00:00 2001
From: zhaowc <526854230@qq.com>
Date: 星期四, 27 三月 2025 15:54:25 +0800
Subject: [PATCH] 解决问题

---
 Wms/WMS.BLL/BllAsnServer/BllBoxInfoServer.cs |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/Wms/WMS.BLL/BllAsnServer/BllBoxInfoServer.cs b/Wms/WMS.BLL/BllAsnServer/BllBoxInfoServer.cs
index 650d65e..a60b419 100644
--- a/Wms/WMS.BLL/BllAsnServer/BllBoxInfoServer.cs
+++ b/Wms/WMS.BLL/BllAsnServer/BllBoxInfoServer.cs
@@ -825,6 +825,7 @@
                         }
                         if (bl3)
                         {
+                            labelModel.ExpirationTime = stoTime;
                             labelModel.StoreTime = stoTime;
                         }
                         Db.Insertable(labelModel).ExecuteCommand();
@@ -1046,6 +1047,7 @@
                             }
                             if (bl3)
                             {
+                                labelModel.ExpirationTime = stoTime;
                                 labelModel.StoreTime = stoTime;
                             }
                             Db.Insertable(labelModel).ExecuteCommand();

--
Gitblit v1.8.0