rabin 1 year ago
parent
commit
38c2d038b5
2 changed files with 2 additions and 0 deletions
  1. 1 0
      database/yspay_cash.php
  2. 1 0
      database/yspay_merchant_log.php

+ 1 - 0
database/yspay_cash.php

@@ -289,6 +289,7 @@ return array
             ),
             'type' => 'all',
             'page' => array(20, 'list'),
+            'order' => 'id desc',
             'col' => '*',
         ),
     ),

+ 1 - 0
database/yspay_merchant_log.php

@@ -138,6 +138,7 @@ return array
             ),
             'type' => 'all',
             'page' => array(20, 'list'),
+            'order' => 'id desc',
             'col' => '*',
         ),
     ),