Browse Source

形变告警开发

master
lijiuwei 8 months ago
parent
commit
4889cf6379
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      inspect-main/inspect-main-task/src/main/resources/mapper/task/PatrolResultMapper.xml

+ 1
- 1
inspect-main/inspect-main-task/src/main/resources/mapper/task/PatrolResultMapper.xml View File

@ -496,7 +496,7 @@
where a.patrol_point_id = #{lineId}
and a.alg_subtype_code is not null
</select>
<select id="selectPatrolPresetParam" parameterType="String" resultMap="java.util.Map">
<select id="selectPatrolPresetParam" parameterType="String" resultType="java.util.Map">
SELECT a.alarm_min_temp, a.alarm_max_temp
FROM patrol_preset_param a, patrol_preset_pos b
WHERE a.preset_pos_id = b.preset_pos_id AND b.patrol_point_id = #{lineId}


Loading…
Cancel
Save