顾绍勇 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">