顾绍勇 5 年 前
コミット
bb8aa764cb
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      src/main/resources/mapper/TaSalesBatchMapper.xml

+ 1
- 1
src/main/resources/mapper/TaSalesBatchMapper.xml ファイルの表示

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