From ea5663c37742844e6fe32c7e521a9ca9b5e711f9 Mon Sep 17 00:00:00 2001 From: pang.jiabao <pang_jiabao@163.com> Date: 星期二, 09 九月 2025 16:21:32 +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