Browse Source

* bug修复

顾绍勇 5 years ago
parent
commit
6bdf5d1777
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      src/main/resources/mapper/TaSalesBatchMapper.xml

+ 2
- 0
src/main/resources/mapper/TaSalesBatchMapper.xml View File

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