WIN-2308041133\Administrator 5 månader sedan
förälder
incheckning
c665dec68e
1 ändrade filer med 0 tillägg och 2 borttagningar
  1. 0 2
      app/common/repositories/user/AwardIntegralPriceRepository.php

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

@@ -117,8 +117,6 @@ class AwardIntegralPriceRepository extends BaseRepository
         // 查询满足条件的数据列表,带有 'label' 关联数据,按 'label_rule_id' 倒序排列
         // 查询满足条件的数据列表,带有 'label' 关联数据,按 'label_rule_id' 倒序排列
         // 分页查询,返回当前页码的 $limit 条数据,并将结果转换为数组形式
         // 分页查询,返回当前页码的 $limit 条数据,并将结果转换为数组形式
         $list = $query->page($page, $limit)->select()->toArray();
         $list = $query->page($page, $limit)->select()->toArray();
-//        $list = $this->dao->search($where)->select()->toArray();
-        var_dump($query->getLastSql());die();
         // 返回包含数据总数和数据列表的数组
         // 返回包含数据总数和数据列表的数组
         return compact('count', 'list');
         return compact('count', 'list');
     }
     }