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

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

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