顾绍勇 5 vuotta sitten
vanhempi
commit
bb8aa764cb
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      src/main/resources/mapper/TaSalesBatchMapper.xml

+ 1
- 1
src/main/resources/mapper/TaSalesBatchMapper.xml Näytä tiedosto

@@ -30,7 +30,7 @@
30 30
             </foreach>
31 31
         </if>
32 32
         ORDER BY
33
-          a.create_date DESC
33
+          t.create_date DESC
34 34
     </select>
35 35
 
36 36
     <select id="countPreSelectRecord" resultType="java.lang.Integer">