From 8763d2f0bebddcbef6cdab7c94436457495b2caa Mon Sep 17 00:00:00 2001
From: pang.jiabao <pang_jiabao@163.com>
Date: 星期四, 29 一月 2026 15:06:29 +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