Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tl_estate
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hujun
tl_estate
Commits
3224ff53
Commit
3224ff53
authored
Aug 28, 2018
by
zhuwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug
parent
f06f20df
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
6 deletions
+1
-6
Performance.php
application/index/controller/Performance.php
+1
-5
PerformanceService.php
application/index/service/PerformanceService.php
+0
-1
No files found.
application/index/controller/Performance.php
View file @
3224ff53
...
...
@@ -169,14 +169,12 @@ class Performance extends Basic
}
/**
* 导出分佣提成明细表
*
* 导出
* @return string
*/
public
function
getPerformanceExcel
()
{
$export
=
new
ExportExcelUntil
();
$data
=
Session
::
get
(
'excelPerformance'
);
if
(
!
$data
){
return
$this
->
response
(
"101"
,
"Session读取失败"
);
...
...
@@ -208,8 +206,6 @@ class Performance extends Basic
}
else
{
$title
=
[
'排名'
,
'经纪人'
,
'业绩(元)'
,
'成交单数'
,
'收款数'
,
'进场数'
,
'报备数'
,
'新增商铺'
,
'新增客户'
,
'团队人数'
];
}
$export
->
exportTable
(
'业绩排行'
,
$e_data_new
,
10
,
'业绩排行表'
,
$title
);
return
''
;
}
...
...
application/index/service/PerformanceService.php
View file @
3224ff53
...
...
@@ -144,7 +144,6 @@ class PerformanceService
}
}
//dump($arr);exit;
return
[
'list'
=>
$arr
,
'total'
=>
0
];
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment