weiximei vor 6 Jahren
Ursprung
Commit
603f35c0bd

+ 1
- 0
CODE/smart-community/property-api/src/main/resources/mapper/TpTransactionMapper.xml Datei anzeigen

@@ -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>