Commit 66073c7e authored by jiangbowen's avatar jiangbowen

test conn

parent e59991b0
...@@ -45,13 +45,13 @@ class LdapController extends Controller ...@@ -45,13 +45,13 @@ class LdapController extends Controller
$data = [ $data = [
'operation_type'=>'dept', 'operation_type'=>'dept',
'operation'=>'add', 'operation'=>'add',
'data'=>['产品技术中心2/测试部'] 'data'=>['产品技术中心2/测试部2']
]; ];
//编辑部门数据格式 //编辑部门数据格式
// $data = [ // $data = [
// 'operation_type'=>'dept', // 'operation_type'=>'dept',
// 'operation'=>'edit', // 'operation'=>'edit',
// 'data'=>['产品技术中心/测试部'=>'产品技术中心/测试部3'] // 'data'=>['产品技术中心/测试部'=>'产品技术中心/测试部35']
// ]; // ];
// var_dump($data); // var_dump($data);
if ($data['operation_type'] == 'emp') { if ($data['operation_type'] == 'emp') {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment