From 26d5890bf75f0917eca93d2d1780bf5aea0cec7a Mon Sep 17 00:00:00 2001
From: zyx <zyx123456>
Date: 星期三, 26 六月 2024 09:08:53 +0800
Subject: [PATCH] #

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

diff --git a/src/main/resources/mapper/ViewStayTimeMapper.xml b/src/main/resources/mapper/ViewStayTimeMapper.xml
index f345519..5038b29 100644
--- a/src/main/resources/mapper/ViewStayTimeMapper.xml
+++ b/src/main/resources/mapper/ViewStayTimeMapper.xml
@@ -51,10 +51,10 @@
 	(
 	SELECT
 	GETDATE() AS today
-	, CONVERT(decimal, DATEDIFF(second,man_loc_detl.create_time, GETDATE()) / 86400.0, 9) AS stay_time
-	, man_loc_detl.*
-	FROM man_loc_detl
-	INNER JOIN man_node ON man_loc_detl.loc_no = man_node.name
+	, CONVERT(decimal, DATEDIFF(second,asr_pla_detl.pakin_time, GETDATE()) / 86400.0, 9) AS stay_time
+	, asr_pla_detl.*
+	FROM asr_pla_detl
+	INNER JOIN man_node ON asr_pla_detl.loc_no = man_node.name
 	where 1=1
 	<include refid="viewStayTimeConditionSql"></include>
 	) ts
@@ -72,10 +72,10 @@
 	(
 	SELECT
 	GETDATE() AS today
-	, CONVERT(decimal, DATEDIFF(second,man_loc_detl.create_time, GETDATE()) / 86400.0, 9) AS stay_time
-	, man_loc_detl.*
-	FROM man_loc_detl
-	INNER JOIN man_node ON man_loc_detl.loc_no = man_node.name
+	, CONVERT(decimal, DATEDIFF(second,asr_pla_detl.create_time, GETDATE()) / 86400.0, 9) AS stay_time
+	, asr_pla_detl.*
+	FROM asr_pla_detl
+	INNER JOIN man_node ON asr_pla_detl.loc_no = man_node.name
 	where 1=1
 	<include refid="viewStayTimeConditionSql"></include>
 	) t

--
Gitblit v1.9.1