From baa6d337576932a2972f7ff0ca2b8790fc4da890 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期二, 11 四月 2023 17:40:13 +0800 Subject: [PATCH] 1 --- src/main/resources/mapper/sys/AttachMapper.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/mapper/sys/AttachMapper.xml b/src/main/resources/mapper/sys/AttachMapper.xml index 24cda7d..2b4cc40 100644 --- a/src/main/resources/mapper/sys/AttachMapper.xml +++ b/src/main/resources/mapper/sys/AttachMapper.xml @@ -106,7 +106,7 @@ <select id="selectFmeLogs" resultType="com.lf.server.entity.data.FmeLogEntity"> select * from lf.sys_fme_log - where count > 0 and update_time is null and create_time > now()::timestamp + '-1 min' and position(tcdm in '${tabs}') > 0; + where count > 0 and update_time is null and create_time > now()::timestamp + '-5 min' and position(tcdm in '${tabs}') > 0; </select> <update id="updateFmeLog"> @@ -121,7 +121,7 @@ <where> name = #{metaName} <if test="dirid != null"> - and dirid like #{dirid} + and dircode like #{dirid} </if> </where> order by id desc -- Gitblit v1.9.3