Commit 0a48d476 by java-温文海

修改bug'

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