dever 6 years ago
parent
commit
98126327d4
1 changed files with 9 additions and 0 deletions
  1. 9 0
      journal/database/order.php

+ 9 - 0
journal/database/order.php

@@ -409,6 +409,15 @@ return array
                 'search' => 'uid',//本表的字段,默认为当前的字段
             ),
         ),
+
+        'cron_status'      => array
+        (
+            'type'      => 'tinyint-1',
+            'name'      => '支付方式',
+            'default'   => '1',
+            'desc'      => '支付方式',
+            'match'     => 'is_numeric',
+        ),
     ),
 
     'top' => Dever::config('base')->top,