|
|
@@ -392,7 +392,7 @@
|
|
|
<if test="lineId!=null and lineId!=''">
|
|
|
and v.line_id=#{lineId}
|
|
|
</if>
|
|
|
- <if test="xingbie!=null and xingbie!=''">
|
|
|
+ <if test="xingbie!=null and xingbie!='' and xingbie!='sxx'">
|
|
|
and t.xingbie=#{xingbie}
|
|
|
</if>
|
|
|
<if test="pillarCode!=null and pillarCode!=''">
|
|
|
@@ -413,7 +413,7 @@
|
|
|
<if test="lineId!=null and lineId!=''">
|
|
|
and v.line_id=#{lineId}
|
|
|
</if>
|
|
|
- <if test="xingbie!=null and xingbie!=''">
|
|
|
+ <if test="xingbie!=null and xingbie!='' and xingbie!='sxx'">
|
|
|
and t.xingbie=#{xingbie}
|
|
|
</if>
|
|
|
)
|