傅行帆 6 년 전
부모
커밋
e06c44ffa9
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      CODE/smart-community/property-api/src/main/resources/mapper/TpTransactionMapper.xml

+ 1
- 0
CODE/smart-community/property-api/src/main/resources/mapper/TpTransactionMapper.xml 파일 보기

@@ -31,5 +31,6 @@
31 31
         <if test="tpTransaction.isReported != null and tpTransaction.isReported != ''">
32 32
             and t.is_reported = #{tpTransaction.isReported}
33 33
         </if>
34
+        ORDER BY t.create_date desc
34 35
     </select>
35 36
 </mapper>