浏览代码

会员升级

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();
             $update['send_time'] = time();
             $this->dao->update($v['id'], $update);
             $this->dao->update($v['id'], $update);
             if (($update['status'] ?? 0) == 1) {
             if (($update['status'] ?? 0) == 1) {
-                $this->extract($id, $update['extract_num'], true);
+                $this->extract($v['id'], $update['extract_num'], true);
             }
             }
         }
         }
     }
     }