作者 lyh

gx

@@ -42,10 +42,7 @@ class DeptUserController extends BaseController @@ -42,10 +42,7 @@ class DeptUserController extends BaseController
42 */ 42 */
43 public function add(DeptUserLogic $deptUserLogic){ 43 public function add(DeptUserLogic $deptUserLogic){
44 $this->param['project_id'] = $this->user['project_id']; 44 $this->param['project_id'] = $this->user['project_id'];
45 -<<<<<<< HEAD  
46 -=======  
47 $deptUserLogic->dept_user_add(); 45 $deptUserLogic->dept_user_add();
48 $this->response('success'); 46 $this->response('success');
49 ->>>>>>> 8a42c22c01d5a3d48150b079338b5db1a01229cf  
50 } 47 }
51 } 48 }
@@ -42,8 +42,6 @@ class DeptUserLogic extends BaseLogic @@ -42,8 +42,6 @@ class DeptUserLogic extends BaseLogic
42 $list = $userModel->list($param,'id',['id','name','email','mobile','created_at']); 42 $list = $userModel->list($param,'id',['id','name','email','mobile','created_at']);
43 return $this->success($list); 43 return $this->success($list);
44 } 44 }
45 -<<<<<<< HEAD  
46 -=======  
47 45
48 /** 46 /**
49 * @name :dept_user_add 47 * @name :dept_user_add
@@ -54,5 +52,4 @@ class DeptUserLogic extends BaseLogic @@ -54,5 +52,4 @@ class DeptUserLogic extends BaseLogic
54 public function dept_user_add(){ 52 public function dept_user_add(){
55 53
56 } 54 }
57 ->>>>>>> 8a42c22c01d5a3d48150b079338b5db1a01229cf  
58 } 55 }