傅行帆 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>