Commit ca279209 by java-温文海

修改时间字段为atd_chn

parent b018cc44
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
<select id="getFlightByDepAndArr" resultType="string"> <select id="getFlightByDepAndArr" resultType="string">
SELECT SELECT
DATE_FORMAT(atd,'%Y/%m/%d') as lastAirlineTime DATE_FORMAT(atd_chn,'%Y/%m/%d') as lastAirlineTime
from foc_flight_dynamics from foc_flight_dynamics
where dep_stn=#{entity.depIata} and arr_stn=#{entity.arrIata} where dep_stn=#{entity.depIata} and arr_stn=#{entity.arrIata}
AND `stc` = 'J' AND `stc` = 'J'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment