Commit 76c4bf74 authored by zhuwei's avatar zhuwei

bug

parent 85f90bec
......@@ -377,7 +377,6 @@ class PerformanceService
foreach ($result as $key => $value) {
switch ($type) {
case 1:
echo 222;exit;
$value["index_"] = $key + 1;
$info = $this->agentModel->getAgentsInfoByAgentId($field, [ "agent_id" => $value["agent_id"] ]);
if (count($info) > 0) {
......@@ -390,7 +389,6 @@ class PerformanceService
}
break;
case 2:
echo 111;exit;
$value["index_"] = $key + 1;
$info = $this->agentModel->getAgentsInfoByAgentId($field, [ "store_id" => $value["store_id"], "" ]);
$store_name = $this->agentModel->getStoreOrDistrict([ "store_id" => $value["store_id"], "level" => 20 ]);
......
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