Commit 28c6e4ab authored by hanbing's avatar hanbing

[update] 修改绿波记录表结构

parent bbc60d56
......@@ -10,7 +10,7 @@
select
t1.id, t1.name, t1.status as infoStatus, t2.status as realtimeStatus,
t2.traffic_index, t1.start_time, t1.end_time, t1.wkt
from t_greenwave_info t1 join t_greenwave_realtime t2 on t1.id = t2.id
from t_greenwave_info t1 join t_greenwave_realtime t2 on t1.id = t2.green_id
<where>
<if test="status != null">
and t2.status = #{status}
......
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