|
@@ -94,7 +94,7 @@ class UserAwardIntegralServices extends BaseServices
|
|
|
public function getIntegralsOverExtract($price, string $field = '*')
|
|
|
{
|
|
|
if (!$price) $price = $this->getPrice();
|
|
|
- return $this->dao->getList(['extract_price' => $price], $field);
|
|
|
+ return $this->dao->getList(['extract_price' => $price, 'status' => 0], $field);
|
|
|
|
|
|
}
|
|
|
|