Browse Source

现场联调问题修改

master
lijw 9 months ago
parent
commit
5ad8b83374
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      inspect-main/inspect-main-task/src/main/resources/mapper/task/PatrolResultMapper.xml
  2. +1
    -1
      inspect-main/inspect-main-task/src/main/resources/mapper/task/ResultAnalysisMapper.xml

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

@ -357,7 +357,7 @@
from basedata_patrolpoint a
left join basedata_alg_subtype b on a.alg_subtype_ids = b.alg_subtype_id
left join basedata_alg c on b.alg_id = c.alg_id
where a.patrol_point_id = #{lineId} OR a.patrol_point_code LIKE concat('%',#{lineId})
where a.patrol_point_code LIKE concat('%',#{lineId})
</select>
<select id="selectAlgorithmInfo" parameterType="String" resultType="java.util.Map">
select *


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

@ -212,7 +212,7 @@
<select id="selectPointInfoById" parameterType="String" resultType="java.util.Map">
select *
from basedata_patrolpoint
where patrol_point_id = #{deviceId} OR patrol_point_code LIKE concat('%',#{lineId})
where patrol_point_code LIKE concat('%',#{lineId})
</select>
<select id="selectChannelByEqId" parameterType="String" resultType="java.util.Map">
select *


Loading…
Cancel
Save