燕山石化溯源三维电子沙盘-【后端】-服务
1
13693261870
2023-06-16 2ca4d36345464ccd8239bf3cea3430ead3554ff7
src/main/resources/mapping/SuYuanMapper.xml
@@ -103,6 +103,17 @@
       </foreach>
       ORDER BY z ASC, x ASC, y DESC
    </select>
   <select id="getSuYuan500Max" resultMap="DistanceSuYuanResult">
      select id, x, y, format(c, 2) "c", u, v
      from ${tableName}
      where id in
      <foreach collection="ids" item="item" open="(" separator="," close=")">
         #{item}
      </foreach>
      order by c desc
      limit 1;
   </select>
    
    <select id="getAlarmsAnalyse" resultMap="SuYuan2dResult">
       SELECT id, x, y, c