WIN-2308041133\Administrator 5 달 전
부모
커밋
4b5862a65a
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(AwardLakeLogDao::class);
+        $mark = app()->make(AwardLakeDao::class);
         $query = $mark->search($where);
 
         // 统计满足条件的数据总数