瀏覽代碼

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

wangggziwen 5 月之前
父節點
當前提交
4534f3f775
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      master/src/main/resources/mybatis/production/TSaiApplyMapper.xml

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