Commit ab0a15f2 authored by hanbing's avatar hanbing

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

parent 28c6e4ab
...@@ -60,7 +60,7 @@ ...@@ -60,7 +60,7 @@
t2.dir, t2.dir,
t2.section_id t2.section_id
from t_greenwave_hist t1 from t_greenwave_hist t1
join t_greenwave_info t2 on t1.id = t2.id join t_greenwave_info t2 on t1.green_id = t2.id
where t1.gmt_modified <![CDATA[ <= ]]> #{endTimeStr} where t1.gmt_modified <![CDATA[ <= ]]> #{endTimeStr}
and t1.gmt_modified <![CDATA[ >= ]]> #{startTimeStr} and t1.gmt_modified <![CDATA[ >= ]]> #{startTimeStr}
</select> </select>
......
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