管道基础大数据平台系统开发-【后端】-Server
13693261870
2024-03-25 1c285b38777e9f37ee8d112e994443d3640b78c1
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