提交 96831d0e authored 作者: chengye's avatar chengye

test数据

上级 5199b4a7
...@@ -9,8 +9,6 @@ function check_data(){ ...@@ -9,8 +9,6 @@ function check_data(){
$arr= json_decode($permission['permission_ids'],true); $arr= json_decode($permission['permission_ids'],true);
dd($arr);
if($arr['department_id']){ if($arr['department_id']){
$department_ids=strpos($arr['department_id'],','); $department_ids=strpos($arr['department_id'],',');
if($department_ids===false){ if($department_ids===false){
......
...@@ -24,6 +24,7 @@ class Useage extends Base ...@@ -24,6 +24,7 @@ class Useage extends Base
$map[]=$permissionData; $map[]=$permissionData;
} }
} }
dd($map);
$search_text = Request::get('search_text'); $search_text = Request::get('search_text');
$search_type = Request::get('search_type'); $search_type = Request::get('search_type');
if($search_text){ if($search_text){
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论