From 7bf8de3e8dea04232ee3f6734732c398cfd8cb19 Mon Sep 17 00:00:00 2001
From: pang.jiabao <pang_jiabao@163.com>
Date: 星期四, 04 九月 2025 08:15:41 +0800
Subject: [PATCH] 许可证有效期”改成“仓储系统许可有效期

---
 src/main/resources/mapper/ViewStayTimeMapper.xml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/main/resources/mapper/ViewStayTimeMapper.xml b/src/main/resources/mapper/ViewStayTimeMapper.xml
index 2b01a4f..841fd8f 100644
--- a/src/main/resources/mapper/ViewStayTimeMapper.xml
+++ b/src/main/resources/mapper/ViewStayTimeMapper.xml
@@ -52,6 +52,7 @@
 			SELECT
 			GETDATE() AS today
 			, CONVERT(decimal, DATEDIFF(second,asr_loc_detl.appe_time, GETDATE()) / 86400.0, 9) AS stay_time
+	        , manu_date manuDate,man_length manLength
 			, asr_loc_detl.*
 			FROM asr_loc_detl
 			INNER JOIN asr_loc_mast ON asr_loc_detl.loc_no = asr_loc_mast.loc_no

--
Gitblit v1.9.1