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
c8440b03
Commit
c8440b03
authored
Jun 11, 2019
by
hujun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
字段修改
parent
fdf73fd2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
3 deletions
+9
-3
OfficeCollectHouse.php
application/api_broker/controller/OfficeCollectHouse.php
+9
-3
No files found.
application/api_broker/controller/OfficeCollectHouse.php
View file @
c8440b03
...
...
@@ -116,9 +116,14 @@ class OfficeCollectHouse extends Basic
$field
.=
'Houses.shop_sign,'
;
$field
.=
'Houses.price,'
;
$field
.=
'Houses.price_total,'
;
// $field .= 'Houses.is_lock,';
$field
.=
'Houses.is_show,'
;
$field
.=
'Houses.station_start,'
;
$field
.=
'Houses.station_end,'
;
$field
.=
'Houses.floor,'
;
$field
.=
'building.type,'
;
// $field .= 'Houses.is_vip,';
$field
.=
'Houses.is_exclusive_type'
;
$field
.=
'Houses.is_exclusive_type,'
;
$field
.=
'CollectUser.create_time'
;
// $field .= 'building.disc';
$get_params
[
'agents_id'
]
=
$params
[
"agents_id"
];
...
...
@@ -142,7 +147,8 @@ class OfficeCollectHouse extends Basic
$m_agent
=
new
OfficeGRoomToAgent
();
$agent_where
[
'a.agent_id'
]
=
$this
->
agentId
;
$agent_where
[
'a.type'
]
=
[
'in'
,
'2,3'
];
// $agent_where['a.type'] = ['in', '2,3'];
$agent_where
[
'a.type'
]
=
2
;
$agent_where
[
'a.house_id'
]
=
$val
[
'id'
];
$agent_where
[
'a.is_del'
]
=
0
;
$agent_data
=
$m_agent
->
getAgentsHouseField
(
'a.id'
,
$agent_where
);
...
...
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