浏览代码

Merge remote-tracking branch 'origin/zdsz3.0' into zdsz3.0

qinhouyu 1 年之前
父节点
当前提交
8d53d368f3
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      ruoyi-zdsz/src/main/resources/mapper/zdsz/ZEngineeringCivilMapper.xml

+ 1 - 0
ruoyi-zdsz/src/main/resources/mapper/zdsz/ZEngineeringCivilMapper.xml

@@ -86,6 +86,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
         <if test="p.enginCycle != null and p.enginCycle != ''">
             and engin_cycle = #{p.enginCycle}
         </if>
+        order by a.create_time desc
         LIMIT #{page},#{size}
         ) AS at)
         order by a.create_time desc