Commit 2b1c12a7 authored by jiangbowen's avatar jiangbowen

test conn

parent 66073c7e
......@@ -48,11 +48,11 @@ class LdapController extends Controller
'data'=>['产品技术中心2/测试部2']
];
//编辑部门数据格式
// $data = [
// 'operation_type'=>'dept',
// 'operation'=>'edit',
// 'data'=>['产品技术中心/测试部'=>'产品技术中心/测试部35']
// ];
$data = [
'operation_type'=>'dept',
'operation'=>'edit',
'data'=>['产品技术中心2/测试部2'=>'产品技术中心/测试部35']
];
// var_dump($data);
if ($data['operation_type'] == 'emp') {
if ($data['operation'] == 'add') {
......
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