diff --git a/Application/Admin/Controller/PayChannelIntentionController.class.php b/Application/Admin/Controller/PayChannelIntentionController.class.php index d139558b1..a72dfa3bf 100644 --- a/Application/Admin/Controller/PayChannelIntentionController.class.php +++ b/Application/Admin/Controller/PayChannelIntentionController.class.php @@ -57,7 +57,7 @@ class PayChannelIntentionController extends AdminController tab_pay_channel_intention.pay_amount,CASE WHEN is_submit = 0 THEN 2 ELSE pay_status END as pay_status,tab_pay_channel_intention.pay_order_number,create_time') // ->join('left join tab_spend on tab_pay_channel_intention.pay_order_number=tab_spend.pay_order_number') ->group('tab_pay_channel_intention.pay_order_number') - ->order('tab_pay_channel_intention.create_time ASC') + ->order('tab_pay_channel_intention.create_time DESC') ->select(false); $data = M()->table('('.$show_data.') as a') @@ -173,7 +173,7 @@ class PayChannelIntentionController extends AdminController tab_pay_channel_intention.pay_amount,CASE WHEN is_submit = 0 THEN 2 ELSE pay_status END as pay_status,tab_pay_channel_intention.pay_order_number') // ->join('left join tab_spend on tab_pay_channel_intention.pay_order_number=tab_spend.pay_order_number') ->group('tab_pay_channel_intention.pay_order_number') - ->order('tab_pay_channel_intention.create_time ASC') + ->order('tab_pay_channel_intention.create_time DESC') ->select(false); $data = M()->table('('.$show_data.') as a') diff --git a/Application/Admin/View/PayChannelIntention/index.html b/Application/Admin/View/PayChannelIntention/index.html index 170c6434e..980323aea 100644 --- a/Application/Admin/View/PayChannelIntention/index.html +++ b/Application/Admin/View/PayChannelIntention/index.html @@ -216,7 +216,7 @@