Commit aa54a7de authored by zw's avatar zw

pk

parent 398a6a14
......@@ -41,8 +41,8 @@ class RankingList extends Basic{
$export = new ExportExcelUntil();
$result = $this->service_->RankingList( $params["position"],$this->siteId);
$title = [ '经纪人ID', '门店编号','部门编号', '经纪人姓名', '经纪人电话', '业绩'];
$export->exportTables('PK明细表', $result, 6, 'PK明细表', $title);
$title = [ '经纪人ID', '门店名称', '经纪人姓名', '经纪人电话', '业绩'];
$export->exportTables('PK明细表', $result, 5, 'PK明细表', $title);
return '';
}
......
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