Commit b3c12e27 authored by 鲁鸿波's avatar 鲁鸿波

首页天气修改

parent e17dcd1a
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
select id, signal_type_code as code,record_time as warnTime,sender,signal_level_code as colorMsg,sender_area_code as select id, signal_type_code as code,record_time as warnTime,sender,signal_level_code as colorMsg,sender_area_code as
areaCode from t_weather_notice areaCode from t_weather_notice
<where> <where>
TO_CHAR(record_time)>=#{date} record_time>=#{date}
<if test="list != null and list.size()>0"> <if test="list != null and list.size()>0">
AND sender_area_code IN AND sender_area_code IN
<foreach item="item" index="index" collection="list" open="(" close=")" separator=","> <foreach item="item" index="index" collection="list" open="(" close=")" separator=",">
......
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