Commit b0f3e310 authored by zhuwei's avatar zhuwei

注释

parent 3bf1b899
...@@ -358,6 +358,7 @@ class Member extends Basic{ ...@@ -358,6 +358,7 @@ class Member extends Basic{
$is_show = true; $is_show = true;
if($if_search_user){ if($if_search_user){
//客户拨打次数达到上限就不反悔给前端,但是精确搜索除外
$is_show = $clientService->dialTotal($v["id"]); $is_show = $clientService->dialTotal($v["id"]);
} }
......
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