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