dever 3 years ago
parent
commit
e8f086c831
1 changed files with 3 additions and 3 deletions
  1. 3 3
      app/goods/database/info.php

+ 3 - 3
app/goods/database/info.php

@@ -254,9 +254,9 @@ $config = array
             'default'   => '',
             'default'   => '',
             'desc'      => '商品条码号',
             'desc'      => '商品条码号',
             'match'     => 'is_string',
             'match'     => 'is_string',
-            'update'    => 'text',
-            'search'    => 'fulltext',
-            'list'      => true,
+            //'update'    => 'text',
+            //'search'    => 'fulltext',
+            //'list'      => true,
         ),
         ),
 
 
         'price'     => array
         'price'     => array