Browse Source

会员升级

Kirin 1 year ago
parent
commit
a3a4c96309
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/services/user/UserAwardIntegralServices.php

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

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