|
@@ -248,7 +248,7 @@
|
|
|
<if test="query.lineId != null and query.lineId != ''">
|
|
<if test="query.lineId != null and query.lineId != ''">
|
|
|
AND v.line_id = #{query.lineId}
|
|
AND v.line_id = #{query.lineId}
|
|
|
</if>
|
|
</if>
|
|
|
- <if test="query.xingbie != null and query.xingbie != ''">
|
|
|
|
|
|
|
+ <if test="query.xingbie != null and query.xingbie != '' and query.xingbie != 'sxx'">
|
|
|
AND a.xingbie = #{query.xingbie}
|
|
AND a.xingbie = #{query.xingbie}
|
|
|
</if>
|
|
</if>
|
|
|
<if test="query.marker != null and query.marker != ''">
|
|
<if test="query.marker != null and query.marker != ''">
|