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