rabin 1 anno fa
parent
commit
be9a57dd79
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 1 1
      database/yspay_cash.php
  2. 1 1
      database/yspay_merchant_log.php

+ 1 - 1
database/yspay_cash.php

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

+ 1 - 1
database/yspay_merchant_log.php

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