@@ -862,6 +862,7 @@
) a
LEFT JOIN centermonitor_t_camerachannel b ON a.id = b.camera_id
GROUP BY a.id
+ ORDER BY create_time
</select>