|
|
@@ -382,7 +382,7 @@
|
|
|
FROM bus_jceb_gjsfx t
|
|
|
LEFT JOIN v_station v on t.dept_station_id = v.dept_station_id
|
|
|
<where>
|
|
|
- t.del_flag='0' and t.submit_state <![CDATA[ >= ]]> '1'
|
|
|
+ t.del_flag='0'
|
|
|
<if test="stationId!=null and stationId!=''">
|
|
|
and v.station_id=#{stationId}
|
|
|
</if>
|
|
|
@@ -408,7 +408,7 @@
|
|
|
FROM bus_jceb_gjsfx t
|
|
|
LEFT JOIN v_station v on t.dept_station_id = v.dept_station_id
|
|
|
<where>
|
|
|
- t.del_flag='0' and t.submit_state <![CDATA[ >= ]]> '1'
|
|
|
+ t.del_flag='0'
|
|
|
<if test="stationId!=null and stationId!=''">
|
|
|
and v.station_id=#{stationId}
|
|
|
</if>
|