소스 검색

录像诊断分页查询bug

jingyuanchao 1 년 전
부모
커밋
a3d8ca21ff
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      soc-modules/soc-modules-iot/src/main/resources/mapper/IotDvrChannelMapper.xml

+ 1 - 1
soc-modules/soc-modules-iot/src/main/resources/mapper/IotDvrChannelMapper.xml

@@ -45,7 +45,7 @@
         </collection>
     </resultMap>
     <select id="selectPage" resultType="com.xunmei.iot.vo.videoDiagnosis.VideoDiagnosisWebPageVo">
-        SELECT
+        SELECT DISTINCT
         c.id,
         c.host_code,
         c.channel_code,