燕山石化溯源三维电子沙盘-【后端】-服务
13693261870
2024-03-13 f6e0b62b719eeb948125c98cf6ceb249f70645f6
src/main/resources/mapper/SuYuanMapper.xml
@@ -154,13 +154,6 @@
          WHERE id = #{id}
       </foreach>
    </select>
   <select id="getNewMonitorData" resultType="com.yssh.entity.SuYuanMonitorData">
      select id, format(value, 2) "value", time
      from yssh_qxsh
      where name = #{name} and Cast(time as signed) between ${start} and ${end}
      order by time desc;
   </select>
    
    <select id="getMonthValueDataMax" resultType="java.util.Map">
       <foreach collection="tableNames" item="tableName" separator=" UNION ">