rabin il y a 1 an
Parent
commit
38c2d038b5
2 fichiers modifiés avec 2 ajouts et 0 suppressions
  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' => '*',
         ),
     ),