소스 검색

bug修改

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

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

@@ -14,6 +14,7 @@
                 and d.record_date between #{req.range[0]} and #{req.range[1]}
             </if>
         </where>
+        order by d.record_date desc
     </select>
 
     <select id="selectCheckData" resultType="com.xunmei.common.core.domain.iot.domain.IotDailyCheckData">