dever 3 years ago
parent
commit
64027445a1
1 changed files with 3 additions and 1 deletions
  1. 3 1
      app/goods/lib/Info.php

+ 3 - 1
app/goods/lib/Info.php

@@ -371,7 +371,9 @@ class Info
                     }
                 }
             }
-
+            if (is_int($info['min'])) {
+                $info['min'] = intval($info['min']);
+            }
             /*
             $info['freight_id'] = 0;
             $info['freight_price'] = 0;