浏览代码

* bug修复

顾绍勇 5 年前
父节点
当前提交
6bdf5d1777
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2
    0
      src/main/resources/mapper/TaSalesBatchMapper.xml

+ 2
- 0
src/main/resources/mapper/TaSalesBatchMapper.xml 查看文件

@@ -29,6 +29,8 @@
29 29
                 #{personBuilding.buildingId}
30 30
             </foreach>
31 31
         </if>
32
+        ORDER BY
33
+          a.create_date DESC
32 34
     </select>
33 35
 
34 36
     <select id="countPreSelectRecord" resultType="java.lang.Integer">