Commit e2ee48d5 authored by hujun's avatar hujun

费用报销列表url

parent 0b05920d
......@@ -127,7 +127,7 @@ class MyCenterService{
$result['show_daily'] = 1; //财务日报
}
$is_ok = $redis->checkRule($redis['id'], 'broker/costListDistrict');
$is_ok = $redis->checkRule($redis['id'], 'broker/costList');
if (!$is_ok) {
$result['show_cost_list'] = 1; //显示费用申请
}
......
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