소스 검색

会员升级

Kirin 1 년 전
부모
커밋
41cae4bcf1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/services/user/AwardIntegralServices.php

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

@@ -269,7 +269,7 @@ class AwardIntegralServices extends BaseServices
             $update['send_time'] = time();
             $this->dao->update($v['id'], $update);
             if (($update['status'] ?? 0) == 1) {
-                $this->extract($id, $update['extract_num'], true);
+                $this->extract($v['id'], $update['extract_num'], true);
             }
         }
     }