作者 jiawen
1 个管道 的构建 通过 耗费 0 秒

调试OK

... ... @@ -77,7 +77,7 @@ class ProductController extends RestBaseController
->where($condition)
->field('p.id,p.name,p.logo,p.upper_limit,p.lower_limit,p.rate,p.loan_time,p.loan_period,c.company')
->order('p.create_time desc')
->select(false);
->paginate($per_page);
if ($result === false) {
$this->error(['code'=>'40000','msg'=>'获取失败']);
}
... ...