Commit 0a48d476 by java-温文海

修改bug'

parent 2fa34b4c
......@@ -219,6 +219,7 @@
)
</if>
<if test="bean.beginTime != null and bean.beginTime != '' and bean.endTime !=null and bean.endTime != ''">
and #{bean.beginTime} <![CDATA[<=]]> favt.last_airline_time
and
<foreach collection="list" item="item" index="index" separator="or" open="(" close=")">
(favt.dep_iata = #{item.depStn}
......@@ -237,7 +238,7 @@
FROM
foc_flight_dynamics
WHERE
std_chn BETWEEN #{beginTime}
atd_chn BETWEEN #{beginTime}
AND #{endTime}
GROUP BY
dep_stn,
......
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