WIN-2308041133\Administrator 5 months ago
parent
commit
a2eb642e53
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/common/repositories/user/AwardIntegralPriceRepository.php

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

@@ -118,6 +118,7 @@ class AwardIntegralPriceRepository extends BaseRepository
         // 分页查询,返回当前页码的 $limit 条数据,并将结果转换为数组形式
         // 分页查询,返回当前页码的 $limit 条数据,并将结果转换为数组形式
 //        $list = $query->page($page, $limit)->select()->toArray();
 //        $list = $query->page($page, $limit)->select()->toArray();
         $list = $this->dao->search($where)->select()->toArray();
         $list = $this->dao->search($where)->select()->toArray();
+        var_dump($this->dao->getLastSql());die();
         // 返回包含数据总数和数据列表的数组
         // 返回包含数据总数和数据列表的数组
         return compact('count', 'list');
         return compact('count', 'list');
     }
     }