hrjy 2 anni fa
parent
commit
aee007c5fb
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      app/models/many/Many.php

+ 1 - 1
app/models/many/Many.php

@@ -160,7 +160,7 @@ class Many extends BaseModel
             {
                 $item['add_time'] += 86400*2;
                 $item['end_time'] += 86400*2;
-                $item['money'] = round($item['money'] * 1.3, 2);
+                $item['money'] = intval($item['money'] * 1.3);
                 $item['number'] = 0;
                 $item['stage'] += 1;
                 $item['status'] = 1;