燕山石化溯源三维电子沙盘-【后端】-服务
1
13693261870
2023-09-01 ac2fb29a5ccd4f8823d99a441348e6eed9e94ba7
src/main/resources/mapper/VocValsMapper.xml
@@ -15,7 +15,7 @@
        from voc_vals a inner join voc_addr b
        on a.x = b.x and a.y = b.y
        where a.create_time = #{time}
            and a.val > (select jcyj from alert_config);
            and a.val > (select jcyj from alert_config limit 1);
    </select>
    <select id="countByTime" resultType="java.lang.Integer">