Commit a7ca026f authored by clone's avatar clone

bug

parent 88e6de41
...@@ -365,7 +365,7 @@ class PerformanceService ...@@ -365,7 +365,7 @@ class PerformanceService
{ {
$result = $this->agentModel->searchAgentsByKeyword("id,store_id,district_id,level", [ "id" => $agent_id ]); $result = $this->agentModel->searchAgentsByKeyword("id,store_id,district_id,level", [ "id" => $agent_id ]);
dump($result); //dump($result);
if (count($result) <= 0) { if (count($result) <= 0) {
return null; return null;
} }
......
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