Commit 8e993356 authored by zhuwei's avatar zhuwei

excel个人业绩加门店

parent d233b01b
......@@ -406,7 +406,7 @@ class PerformanceService
$e_data_old['index'] = $v["index_"];//排名
if ($type == 1) {
$e_data_old['district_name'] = $v['name'];//个人
$e_data_old['district_name'] = $v['store_name'] .'-'.$v['name'];//个人
} elseif ($type == 2) {
$e_data_old['district_name'] = $v['store_name'];//门店
} else {
......
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