weiximei 6 years ago
parent
commit
603f35c0bd

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

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