|
|
@@ -127,7 +127,7 @@
|
|
|
and v1.line_id=#{lineId}
|
|
|
</if>
|
|
|
<if test="xingbie!=null and xingbie!=''">
|
|
|
- and v.xingbie=#{xingbie}
|
|
|
+ and (v.xingbie=#{xingbie} or v.xingbie is null or v.xingbie='')
|
|
|
</if>
|
|
|
<if test="stationId!=null and stationId!=''">
|
|
|
and v1.station_id=#{stationId}
|