Your Name 3 years ago
parent
commit
635ac7b6d1
1 changed files with 4 additions and 3 deletions
  1. 4 3
      service/bill/database/order_stat.php

+ 4 - 3
service/bill/database/order_stat.php

@@ -72,13 +72,14 @@ $config = array
 
         'cash'        => array
         (
-            'type'      => 'varchar-100',
+            'type'      => 'float-11,2',
             'name'      => '确认订单额度',
             'default'   => '0',
             'desc'      => '确认订单额度',
-            'match'     => 'is_string',
+            'match'     => 'is_numeric',
             'search'    => 'order',
-            'list'      => 'round({cash}, 2)',
+            'list'      => true,
+            // 'round({cash}, 2)',
         ),
 
         'daili_num'        => array