WIN-2308041133\Administrator преди 5 месеца
родител
ревизия
1efc3454a2
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      app/common/repositories/user/AwardIntegralPriceRepository.php

+ 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(AwardLakeDao::class);
+        $mark = app()->make(AwardLakeLogDao::class);
         $query = $mark->search($where);
 
         // 统计满足条件的数据总数