Browse Source

会员升级

Kirin 11 months ago
parent
commit
6c9c6668f5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/jobs/integral/IntegralJob.php

+ 1 - 1
app/jobs/integral/IntegralJob.php

@@ -266,7 +266,7 @@ class IntegralJob extends BaseJobs
 
                 $to_now_money = 0;
                 $starts_return_time = sys_config('starts_return_time', 0);
-                if ($starts_return_time > 0) {
+                if ($starts_return_time > 0&&$info['type']==0) {
                     $count = $awardIntegralService->search(['uid' => $user['uid'], 'type' => 0, 'status' => 1])->count();
                     if ($count < $starts_return_time) {
                         $to_now_money = $info['order_price'];