Parcourir la source

SAI开项管理 - 按登记日期正序排序

wangggziwen il y a 5 mois
Parent
commit
4534f3f775

+ 1 - 1
master/src/main/resources/mybatis/production/TSaiApplyMapper.xml

@@ -127,7 +127,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             </if>
             and d.del_flag = 0
         </where>
-        order by APPLY_DATE desc
+        order by APPLY_DATE asc
     </select>
     
     <select id="selectTSaiApplyById" parameterType="Long" resultMap="TSaiApplyResult">