娄梦宁 3 years ago
parent
commit
726843ac3a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      application/admin/controller/CfChannelInfo.php

+ 1
- 1
application/admin/controller/CfChannelInfo.php View File

@@ -67,7 +67,7 @@ class CfChannelInfo extends Backend
public function getList(){
$name=$this->request->post('name');
$keyValue=$this->request->post('keyValue');
$this->model->field('id,channel_name as name');
$this->model->field('id,channel_name as name,commission_rate');
if($keyValue){
$this->model->where(['id'=>$keyValue]);
}elseif($name){


Loading…
Cancel
Save