소스 검색

会员升级

Kirin 1 년 전
부모
커밋
a3a4c96309
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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);
 
     }