dever 3 years ago
parent
commit
118a577664
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/goods/lib/Sku.php

+ 1 - 1
app/goods/lib/Sku.php

@@ -707,7 +707,7 @@ class Sku
     {
         $value = '';
         if ($k1 == 'min') {
-            $value = 0;
+            $value = 1;
         } else {
             $value = 0;
         }