|
@@ -172,7 +172,7 @@
|
|
|
AND dict1.status = '0'
|
|
AND dict1.status = '0'
|
|
|
AND dict2.status = '0'
|
|
AND dict2.status = '0'
|
|
|
<if test="lineId!=null and lineId!=''">
|
|
<if test="lineId!=null and lineId!=''">
|
|
|
- and t.line_id=#{lineId}
|
|
|
|
|
|
|
+ AND v.line_id = #{lineId}
|
|
|
</if>
|
|
</if>
|
|
|
<if test="substationId!=null and substationId!=''">
|
|
<if test="substationId!=null and substationId!=''">
|
|
|
and t.substation_id=#{substationId}
|
|
and t.substation_id=#{substationId}
|
|
@@ -181,7 +181,8 @@
|
|
|
and t.xingbie=#{xingbie}
|
|
and t.xingbie=#{xingbie}
|
|
|
</if>
|
|
</if>
|
|
|
<if test="marker!=null and marker!=''">
|
|
<if test="marker!=null and marker!=''">
|
|
|
- and t.marker=#{marker}
|
|
|
|
|
|
|
+ AND (t.marker + 0.0) BETWEEN (#{marker} + 0.0) - (#{pillarArea} + 0.0)
|
|
|
|
|
+ AND (#{marker} + 0.0) + (#{pillarArea} + 0.0)
|
|
|
</if>
|
|
</if>
|
|
|
<if test="yylx!=null and yylx!=''">
|
|
<if test="yylx!=null and yylx!=''">
|
|
|
and t.yylx=#{yylx}
|
|
and t.yylx=#{yylx}
|