rabin 1 năm trước cách đây
mục cha
commit
3e49844dd8

+ 1 - 0
src/dai/seller/table/log.php

@@ -3,6 +3,7 @@ return array
 (
 (
     'name' => '商户账户记录表',
     'name' => '商户账户记录表',
     'store' => 'log',
     'store' => 'log',
+    'order' => 'cdate desc',
     'struct' => array
     'struct' => array
     (
     (
         'seller_id' => array
         'seller_id' => array

+ 1 - 0
src/dai/seller/table/order.php

@@ -3,6 +3,7 @@ return array
 (
 (
     'name' => '商户订单表',
     'name' => '商户订单表',
     'cdate' => 'mtime',//mtime保存为微秒,wtime保存为毫秒,默认是秒 暂时不支持,后续升级
     'cdate' => 'mtime',//mtime保存为微秒,wtime保存为毫秒,默认是秒 暂时不支持,后续升级
+    'order' => 'cdate desc',
     'struct' => array
     'struct' => array
     (
     (
         'order_num' => array
         'order_num' => array