Browse Source

返回数据变更

dev
nizongfeng 3 years ago
parent
commit
7f09054e82
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      application/admin/controller/CfItem.php

+ 0
- 1
application/admin/controller/CfItem.php View File

@@ -213,7 +213,6 @@ class CfItem extends Backend
public function getList(){
$name=$this->request->post('name');
$keyValue=$this->request->post('keyValue');
$this->model->field('id,item_name as name,item_unit,item_type,item_memo');
$where = ["del_flag"=>0];
if($keyValue){
$where = ['id'=>$keyValue,"del_flag"=>0];


Loading…
Cancel
Save