顾绍勇 hace 5 años
padre
commit
6bdf5d1777
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2
    0
      src/main/resources/mapper/TaSalesBatchMapper.xml

+ 2
- 0
src/main/resources/mapper/TaSalesBatchMapper.xml Ver fichero

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