Commit 9e513323 authored by duwei's avatar duwei

按时间排序优化

parent aacce29b
......@@ -140,7 +140,7 @@
and t2.batch_time <![CDATA[ <= ]]> #{endStamp}
GROUP BY
t2.cross_id,
t2.start_time
startTime
ORDER BY
t2.start_time asc
</select>
......
......@@ -183,7 +183,7 @@
t2.dir,
t2.turn,
t2.sort,
t1.start_time
startTime
ORDER BY
t1.start_time asc,
t2.dir
......
......@@ -142,7 +142,7 @@
t1.cross_id,
t1.in_dir,
t1.turn_type,
t2.start_time
startTime
ORDER BY
t2.start_time asc,
t1.in_dir,
......
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