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
96224f91
Commit
96224f91
authored
Jun 06, 2019
by
clone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
d4f316ad
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
VerifyService.php
application/api_broker/service/VerifyService.php
+2
-2
No files found.
application/api_broker/service/VerifyService.php
View file @
96224f91
...
...
@@ -311,7 +311,7 @@ class VerifyService
public
function
getCaseRoomByAgentId
(
$agent_id
,
$type_str
)
{
$houseToAgentModel
=
new
OfficeGRoomToAgent
();
$params
[
"a.agent
s
_id"
]
=
$agent_id
;
$params
[
"a.agent_id"
]
=
$agent_id
;
$params
[
"a.type"
]
=
array
(
"in"
,
$type_str
);
//案场权限人,盘方和独家
$params
[
"a.is_del"
]
=
0
;
...
...
@@ -335,7 +335,7 @@ class VerifyService
public
function
getPanpartyAndExclusiveHouseIdByAgentId
(
$agent_id
)
{
$houseToAgentModel
=
new
GHousesToAgents
();
$params
[
"a.agent_id"
]
=
$agent_id
;
$params
[
"a.agent
s
_id"
]
=
$agent_id
;
$params
[
"a.type"
]
=
array
(
"in"
,
'2,3'
);
//盘方和独家
$params
[
"a.is_del"
]
=
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