wzh 5 éve
szülő
commit
97c3d78ac0
1 módosított fájl, 0 hozzáadás és 2 törlés
  1. 0 2
      api/application/controllers/Project.php

+ 0 - 2
api/application/controllers/Project.php

@@ -24,7 +24,6 @@ class Project extends Base_Controller {
     // 项目管理首页
     public function data() {
         $userid = $this->get_user_info('id');
-        $companyid = $this->get_user_info('companyid');
         $role = $this->get_user_info('role');
         $project_id = intval($this->input->post('project_id', true));
         $type = intval($this->input->post('type', true));
@@ -501,7 +500,6 @@ class Project extends Base_Controller {
             exit(json_result('0200', $this->response['0200'], array()));
         }
         $role = $this->get_user_info('role');
-        // $companyid = $this->get_user_info('companyid');
         $userid = $this->get_user_info('id');
 
         $fields = 'projectname as project_name,