diff --git a/intc-modules/intc-invest/src/main/resources/mapper/invest/CreditCardBillMapper.xml b/intc-modules/intc-invest/src/main/resources/mapper/invest/CreditCardBillMapper.xml
index 0125a83..9ed51b0 100644
--- a/intc-modules/intc-invest/src/main/resources/mapper/invest/CreditCardBillMapper.xml
+++ b/intc-modules/intc-invest/src/main/resources/mapper/invest/CreditCardBillMapper.xml
@@ -104,7 +104,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
${params.dataScope}
- order by a.bill_date desc
+ order by a.bill_date desc,a.create_time desc