|
@@ -26,6 +26,7 @@
|
|
|
LEFT JOIN isc_workstation w ON w.id = p.entity_id
|
|
LEFT JOIN isc_workstation w ON w.id = p.entity_id
|
|
|
LEFT JOIN isc_isolation_point ip ON ip.id = p.entity_id
|
|
LEFT JOIN isc_isolation_point ip ON ip.id = p.entity_id
|
|
|
<where>
|
|
<where>
|
|
|
|
|
+ p.deleted = 0
|
|
|
<if test="vo.mapId != null">
|
|
<if test="vo.mapId != null">
|
|
|
and p.map_id = #{vo.mapId}
|
|
and p.map_id = #{vo.mapId}
|
|
|
</if>
|
|
</if>
|