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
b5f2f855
Commit
b5f2f855
authored
Jun 10, 2019
by
clone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
007c4105
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
0 deletions
+11
-0
OfficePerformance.php
application/api_broker/controller/OfficePerformance.php
+0
-0
OfficePerformanceService.php
application/api_broker/service/OfficePerformanceService.php
+0
-0
OfficeGRoomToAgent.php
application/model/OfficeGRoomToAgent.php
+9
-0
route.php
application/route.php
+2
-0
No files found.
application/api_broker/controller/OfficePerformance.php
0 → 100644
View file @
b5f2f855
This diff is collapsed.
Click to expand it.
application/api_broker/service/OfficePerformanceService.php
0 → 100644
View file @
b5f2f855
This diff is collapsed.
Click to expand it.
application/model/OfficeGRoomToAgent.php
View file @
b5f2f855
...
@@ -202,6 +202,14 @@ class OfficeGRoomToAgent extends BaseModel
...
@@ -202,6 +202,14 @@ class OfficeGRoomToAgent extends BaseModel
return
$result
;
return
$result
;
}
}
/**
* @param $field
* @param $params
* @return false|\PDOStatement|string|\think\Collection
* @throws \think\db\exception\DataNotFoundException
* @throws \think\db\exception\ModelNotFoundException
* @throws \think\exception\DbException
*/
public
function
getAgentsByHouseId
(
$field
,
$params
)
public
function
getAgentsByHouseId
(
$field
,
$params
)
{
{
$result
=
Db
::
name
(
$this
->
table
)
$result
=
Db
::
name
(
$this
->
table
)
...
@@ -213,4 +221,5 @@ class OfficeGRoomToAgent extends BaseModel
...
@@ -213,4 +221,5 @@ class OfficeGRoomToAgent extends BaseModel
//echo Db::name($this->table)->getLastSql();
//echo Db::name($this->table)->getLastSql();
return
$result
;
return
$result
;
}
}
}
}
application/route.php
View file @
b5f2f855
...
@@ -1006,6 +1006,8 @@ Route::group('office', [
...
@@ -1006,6 +1006,8 @@ Route::group('office', [
'userFollowUpList'
=>
[
'api_broker/OfficeHomePageLog/userFollowUpList'
,
[
'method'
=>
'POST|GET'
]],
'userFollowUpList'
=>
[
'api_broker/OfficeHomePageLog/userFollowUpList'
,
[
'method'
=>
'POST|GET'
]],
'houseFollowUpList'
=>
[
'api_broker/OfficeHomePageLog/houseFollowUpList'
,
[
'method'
=>
'POST|GET'
]],
'houseFollowUpList'
=>
[
'api_broker/OfficeHomePageLog/houseFollowUpList'
,
[
'method'
=>
'POST|GET'
]],
'collectionListByBargainId'
=>
[
'api_broker/OfficePerformance/collectionListByBargainId'
,
[
'method'
=>
'POST|GET'
]],
]);
]);
Route
::
group
(
'office_index'
,
[
Route
::
group
(
'office_index'
,
[
...
...
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