Commit 0fa911d3 authored by hujun's avatar hujun

客户列表-客方跟进权限处理

parent 07d2bf03
......@@ -146,7 +146,7 @@ class Basic extends Controller
}
//处理客方编辑客户
if ($requestPath == 'index/pcEditClient' && isset($this->params['id'])) {
if (($requestPath == 'index/pcEditClient' || $requestPath == 'index/pcAddFollow') && isset($this->params['id'])) {
if (empty($this->params['id'])) {
$is_auth = 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