Browse Source

会员升级

Kirin 7 months ago
parent
commit
c659e8c617
1 changed files with 1 additions and 1 deletions
  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);
             }