...
|
...
|
@@ -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'=>'获取失败']);
|
|
|
}
|
...
|
...
|
|