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