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

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

@@ -296,7 +296,7 @@ $config = array
         (
             'type'      => 'int-11',
             'name'      => '起购数',
-            'default'   => '0',
+            'default'   => '1',
             'desc'      => '起购数',
             'match'     => 'is_string',
             //'update'    => 'text',

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

@@ -116,7 +116,7 @@ $config = array
         (
             'type'      => 'int-11',
             'name'      => '起购数',
-            'default'   => '0',
+            'default'   => '1',
             'desc'      => '起购数',
             'match'     => 'is_string',
             'update'    => 'text',