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
5313ac6c
Commit
5313ac6c
authored
Jun 24, 2019
by
zhuwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
业绩排行
parent
ab1f0f33
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
OfficePerformance.php
application/index/controller/OfficePerformance.php
+2
-4
OfficePerformanceService.php
application/index/service/OfficePerformanceService.php
+0
-0
No files found.
application/index/controller/OfficePerformance.php
View file @
5313ac6c
...
@@ -7,10 +7,8 @@ namespace app\index\controller;
...
@@ -7,10 +7,8 @@ namespace app\index\controller;
* Time: 上午10:18
* Time: 上午10:18
*/
*/
use
app\index\extend\Basic
;
use
app\index\extend\Basic
;
use
app\index\service\PerformanceService
;
use
app\index\service\OfficePerformanceService
;
use
app\index\untils\ExportExcelUntil
;
use
think\Request
;
use
think\Request
;
use
\think\Session
;
class
OfficePerformance
extends
Basic
class
OfficePerformance
extends
Basic
{
{
...
@@ -21,7 +19,7 @@ class OfficePerformance extends Basic
...
@@ -21,7 +19,7 @@ class OfficePerformance extends Basic
function
__construct
(
Request
$request
=
null
)
function
__construct
(
Request
$request
=
null
)
{
{
parent
::
__construct
(
$request
);
parent
::
__construct
(
$request
);
$this
->
service_
=
new
PerformanceService
();
$this
->
service_
=
new
Office
PerformanceService
();
$this
->
pageSize
=
20
;
$this
->
pageSize
=
20
;
}
}
...
...
application/index/service/OfficePerformanceService.php
0 → 100644
View file @
5313ac6c
This diff is collapsed.
Click to expand it.
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