DESKTOP-9JTA2JJ\HP 5 năm trước cách đây
mục cha
commit
e92e604758
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      api/application/controllers/User.php

+ 1 - 1
api/application/controllers/User.php

@@ -161,7 +161,7 @@ class User extends Base_Controller{
 		$keywords = $this->input->post('keywords',true);
 		if ($keywords !== NULL && $keywords !== '') $where['name|'] = $keywords;
 
-		$field = "id,name,role,phone,email,status,company";
+		$field = "id,name,role,phone,email,status,company,username as account";
 		$list = $this->User_model->get_list($where,$field);
 		exit(json_result('0000',$this->response['0000'],array('list'=>$list)));
 	}