Kirin il y a 7 mois
Parent
commit
c659e8c617
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      app/services/user/AwardIntegralServices.php

+ 1 - 1
app/services/user/AwardIntegralServices.php

@@ -244,7 +244,7 @@ class AwardIntegralServices extends BaseServices
             $day_send = $v['day_send'];
             $send_day = $v['send_day'];
             $up_speed = $v['up_speed'] - $v['up_speed_used'];
-            if ($sum < $system_check) {
+            if ($sum < $system_check && !$test) {
                 $send_day = $v['send_day'] + sys_config('fail_inc_send_day', 1);
                 $day_send = bcdiv((string)(($v['num'] - $v['sent_num'])), (string)$send_day, 2);
             }