Commit 41949d9f authored by hujun's avatar hujun

1

parent 0da5776a
...@@ -207,12 +207,7 @@ class ApplyForCost extends Basic ...@@ -207,12 +207,7 @@ class ApplyForCost extends Basic
//总监权限查看 //总监权限查看
$where['a.status'] = 5; $where['a.status'] = 5;
$get_check_user = 'index/getCostListTwo/1'; $get_check_user = 'index/getCostListTwo/1';
$is_check = $this->checkAuth($get_check_user);
if (!$is_check) {
$get_check_user = 'index/getCostListOne/0';
}
//财务一审查看 //财务一审查看
break; break;
case 3 : case 3 :
......
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