Commit 5ac46a41 by 杨昕

获取员工工号

parent f5721849
Pipeline #14305 passed with stages
in 6 minutes 25 seconds
...@@ -370,7 +370,7 @@ function getRbac($request,$url='api/ram',$appid = '' ,$type='base'){ ...@@ -370,7 +370,7 @@ function getRbac($request,$url='api/ram',$appid = '' ,$type='base'){
break; break;
case 'mis_user': //获取mis员工基本信息 case 'mis_user': //获取mis员工基本信息
$staffNo = $request->staffNo; $staffNo = $request->staffNo;//员工工号
$rbac_url = $rbac.'/rbac/'.$url.'?t='.$time.'&sign='.$sign.'&ak='.$rbac_ak.'&staffNo='.$staffNo; $rbac_url = $rbac.'/rbac/'.$url.'?t='.$time.'&sign='.$sign.'&ak='.$rbac_ak.'&staffNo='.$staffNo;
break; break;
#清除CND缓存 #清除CND缓存
......
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