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>