浏览代码

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