WIN-2308041133\Administrator il y a 5 mois
Parent
commit
4b5862a65a

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

@@ -135,7 +135,7 @@ class AwardIntegralPriceRepository extends BaseRepository
     public function getLakeList(array $where, $page, $limit)
     {
         // 根据条件查询数据,$where 为查询条件数组
-        $mark = app()->make(AwardLakeLogDao::class);
+        $mark = app()->make(AwardLakeDao::class);
         $query = $mark->search($where);
 
         // 统计满足条件的数据总数