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
b80a6d08
Commit
b80a6d08
authored
Oct 11, 2018
by
zhuwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug
parent
b54789a7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
PerformanceService.php
application/index/service/PerformanceService.php
+3
-3
No files found.
application/index/service/PerformanceService.php
View file @
b80a6d08
...
...
@@ -445,13 +445,13 @@ class PerformanceService
if
(
$type
==
1
){
$title
=
[
'排名'
,
'个人'
,
'业绩'
,
'成交单数'
,
'收款数'
,
'进场数'
,
'报备数'
,
'新增商铺'
,
'新增客户'
];
$field_num
=
9
;
$title2
=
'个人业绩排行表('
.
$
yesterday
.
'-'
.
$end_
day
.
')'
;
$title2
=
'个人业绩排行表('
.
$
end_day
.
'至'
.
$yester
day
.
')'
;
}
elseif
(
$type
==
2
){
$title
=
[
'排名'
,
'门店'
,
'业绩'
,
'成交单数'
,
'收款数'
,
'进场数'
,
'报备数'
,
'新增商铺'
,
'新增客户'
,
'团队人数'
];
$title2
=
'门店业绩排行表('
.
$
yesterday
.
'-'
.
$end_
day
.
')'
;
$title2
=
'门店业绩排行表('
.
$
end_day
.
'至'
.
$yester
day
.
')'
;
}
else
{
$title
=
[
'排名'
,
'部门'
,
'业绩'
,
'成交单数'
,
'收款数'
,
'进场数'
,
'报备数'
,
'新增商铺'
,
'新增客户'
,
'团队人数'
];
$title2
=
'部门业绩排行表('
.
$
yesterday
.
'-'
.
$end_
day
.
')'
;
$title2
=
'部门业绩排行表('
.
$
end_day
.
'至'
.
$yester
day
.
')'
;
}
$export
->
exportTable
(
'业绩排行'
,
$e_data_new
,
$field_num
,
$title2
,
$title
);
...
...
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