소스 검색

修改排序

bihuisong 2 달 전
부모
커밋
9ad6d71caf
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/resources/mapper/monitor/camera/CentermonitorTCameraMapper.xml

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

@@ -891,7 +891,7 @@
         1 = 1 ${params.dataScope}) a left join centermonitor_t_camerachannel b on a.id= b.camera_id and
         b.channel_type='2' GROUP BY
         a.id
-
+        ORDER BY a.create_time
 
     </select>