|
@@ -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);
|
|
|
}
|
|
|
}
|
|
|
}
|