bihuisong 2 月之前
父節點
當前提交
655dc1873e
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/main/resources/mapper/monitor/camera/CentermonitorTCameraMapper.xml

+ 1 - 0
src/main/resources/mapper/monitor/camera/CentermonitorTCameraMapper.xml

@@ -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>