瀏覽代碼

预测结果比对 按照时间升序排列

王苗苗 8 月之前
父節點
當前提交
34cf41225a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      slibra-system/src/main/resources/mapper/business/TXinyiForecastComparisonMapper.xml

+ 1 - 1
slibra-system/src/main/resources/mapper/business/TXinyiForecastComparisonMapper.xml

@@ -211,6 +211,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             <if test="timeBegin != null  and timeBegin != ''"> and remark &gt;= #{timeBegin}</if>
             <if test="timeEnd != null  and timeEnd != ''"> and remark &lt;= #{timeEnd}</if>
         </where>
-        and del_flag = 0 order by id desc
+        and del_flag = 0 order by id asc
     </select>
 </mapper>