Browse Source

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

王苗苗 7 months ago
parent
commit
34cf41225a

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