|
|
|
@ -235,7 +235,7 @@ |
|
|
|
left join basedata_patrolpoint c on a.device_id = c.patrol_point_id |
|
|
|
left join basedata_device d on c.device_id = d.device_id |
|
|
|
left join basedata_area e on e.area_id = d.area_id |
|
|
|
left join basedata_patrolpoint_preset f on c.patrol_point_id = f.patrol_point_id |
|
|
|
left join patrol_preset_pos f on c.patrol_point_id = f.patrol_point_id |
|
|
|
<if test="posType != null and posType != '' and posType == '0'.toString"> |
|
|
|
left join basedata_eqpbook_channel g on f.channel_id = g.channel_id |
|
|
|
</if> |
|
|
|
|