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

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

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