@@ -476,7 +476,7 @@
bus_jcb_fdfxjyq t
left join base_fdfxjyq b on t.fdfxjyq_id = b.id
LEFT JOIN v_station v on b.dept_station_id = v.dept_station_id
- where t.del_flag='0' and b.del_flag='0' and b.del_flag='0' and a.id = #{id}
+ where t.del_flag='0' and b.del_flag='0' and b.del_flag='0' and t.id = #{id}
</select>