From efa47f1700efcc6be7df1290bfaec326cbf6b637 Mon Sep 17 00:00:00 2001 From: pang.jiabao <pang_jiabao@163.com> Date: 星期日, 28 七月 2024 20:14:26 +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..3f4cd9c 100644 --- a/src/main/resources/mapper/ViewStayTimeMapper.xml +++ b/src/main/resources/mapper/ViewStayTimeMapper.xml @@ -53,6 +53,7 @@ GETDATE() AS today , CONVERT(decimal, DATEDIFF(second,asr_loc_detl.appe_time, GETDATE()) / 86400.0, 9) AS stay_time , asr_loc_detl.* + ,asr_loc_detl.manu_date as manuDate FROM asr_loc_detl INNER JOIN asr_loc_mast ON asr_loc_detl.loc_no = asr_loc_mast.loc_no where 1=1 -- Gitblit v1.9.1