dever 3 年之前
父節點
當前提交
8a7d19b22a
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      app/shop/database/goods.php
  2. 1 1
      app/shop/database/goods_sku.php

+ 1 - 1
app/shop/database/goods.php

@@ -125,7 +125,7 @@ return array
             'desc'      => '起购数',
             'match'     => 'is_string',
             'update'    => 'text',
-            'list'      => true,
+            //'list'      => true,
         ),
 
         'status'        => array

+ 1 - 1
app/shop/database/goods_sku.php

@@ -93,7 +93,7 @@ $config = array
             'desc'      => '起购数',
             'match'     => 'is_string',
             'update'    => 'text',
-            'list'      => true,
+            //'list'      => true,
         ),
 
         'reorder'       => array