|
|
@@ -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);
|
|
|
|
|
|
// 统计满足条件的数据总数
|