Commit f3e46f75 authored by zw's avatar zw

bug

parent 0860b58a
...@@ -922,7 +922,7 @@ class PerformanceService ...@@ -922,7 +922,7 @@ class PerformanceService
} }
$list[$key]["salesman"] = ""; $list[$key]["salesman"] = "";
if($item["type"] == 91){ if($item["type"] == 91){
$params["a.id"] = $item["report_id"]; $params["id"] = $item["report_id"];
$result = $reportModel->getReport($field_report,$params); $result = $reportModel->getReport($field_report,$params);
$list[$key]["salesman"] = $result[0]["name"]; $list[$key]["salesman"] = $result[0]["name"];
} }
......
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