WIN-2308041133\Administrator 5 meses atrás
pai
commit
4897916eec

+ 1 - 1
app/common/repositories/user/AwardIntegralPriceRepository.php

@@ -173,7 +173,7 @@ class AwardIntegralPriceRepository extends BaseRepository
     }
     public function getPrice(){
         $mark = app()->make(AwardIntegralPriceDao::class);
-        $price = $mark->order('add_time DESC')->value('price');
+        $price = $mark->search([])->order('add_time DESC')->value('price');
         return $price;
     }
 }