Browse Source

会员升级

Kirin 7 months ago
parent
commit
5b40465a50
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/services/user/AwardIntegralServices.php

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

@@ -256,7 +256,7 @@ class AwardIntegralServices extends BaseServices
             $update['up_speed_used'] = $v['up_speed_used'] + $up_speed;
             $update['sent_day'] = $v['sent_day'] + 1;
             $update['send_day'] = $send_day;
-            if ($update['sent_day'] == $v['send_day']) {
+            if ($update['sent_day'] == $update['send_day']) {
                 $real_send = $left;
             }
             if ($real_send >= $left) {