Commit 3224ff53 authored by zhuwei's avatar zhuwei

bug

parent f06f20df
...@@ -169,14 +169,12 @@ class Performance extends Basic ...@@ -169,14 +169,12 @@ class Performance extends Basic
} }
/** /**
* 导出分佣提成明细表 * 导出
*
* @return string * @return string
*/ */
public function getPerformanceExcel() public function getPerformanceExcel()
{ {
$export = new ExportExcelUntil(); $export = new ExportExcelUntil();
$data = Session::get('excelPerformance'); $data = Session::get('excelPerformance');
if(!$data){ if(!$data){
return $this->response("101","Session读取失败"); return $this->response("101","Session读取失败");
...@@ -208,8 +206,6 @@ class Performance extends Basic ...@@ -208,8 +206,6 @@ class Performance extends Basic
}else{ }else{
$title = [ '排名', '经纪人', '业绩(元)', '成交单数', '收款数', '进场数', '报备数', '新增商铺', '新增客户', '团队人数' ]; $title = [ '排名', '经纪人', '业绩(元)', '成交单数', '收款数', '进场数', '报备数', '新增商铺', '新增客户', '团队人数' ];
} }
$export->exportTable('业绩排行', $e_data_new, 10, '业绩排行表', $title); $export->exportTable('业绩排行', $e_data_new, 10, '业绩排行表', $title);
return ''; return '';
} }
......
...@@ -144,7 +144,6 @@ class PerformanceService ...@@ -144,7 +144,6 @@ class PerformanceService
} }
} }
//dump($arr);exit; //dump($arr);exit;
return ['list'=>$arr,'total'=>0]; return ['list'=>$arr,'total'=>0];
} }
......
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