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