Kirin hace 2 años
padre
commit
a3a4c96309
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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);
 
     }