From ecee75f72d6e14ef15e31c3c6da22601a3658abb Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期一, 07 七月 2025 15:50:35 +0800 Subject: [PATCH] 去除fme日志 --- se-system/src/main/resources/mapper/sys/AttachMapper.xml | 10 ---------- 1 files changed, 0 insertions(+), 10 deletions(-) diff --git a/se-system/src/main/resources/mapper/sys/AttachMapper.xml b/se-system/src/main/resources/mapper/sys/AttachMapper.xml index a636d3a..53c6e65 100644 --- a/se-system/src/main/resources/mapper/sys/AttachMapper.xml +++ b/se-system/src/main/resources/mapper/sys/AttachMapper.xml @@ -104,16 +104,6 @@ </foreach> </update> - <!-- where count > 0 and update_time is null and create_time > now()::timestamp + '-5 min' and position(tcdm in '${tabs}') > 0; --> - <select id="selectFmeLogs" resultType="com.terra.system.entity.data.FmeLogEntity"> - select * from lf.sys_fme_log - where count > 0 and update_time is null and position(tcdm in '${tabs}') > 0; - </select> - - <update id="updateFmeLog"> - update lf.sys_fme_log set update_time = now() where id = #{id}; - </update> - <!-- and create_time > now()::timestamp + '-15 min' --> <insert id="insertAttachByMeta"> insert into lf.sys_attach (name, guid, path, sizes, create_user, tab, tab_guid) -- Gitblit v1.9.3