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
3d95fe31
Commit
3d95fe31
authored
Nov 23, 2018
by
hujun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
商铺详情房东手机号
parent
3023da8b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
Shop.php
application/api_broker/controller/Shop.php
+3
-1
No files found.
application/api_broker/controller/Shop.php
View file @
3d95fe31
...
@@ -16,6 +16,7 @@ use app\model\GHousesExt;
...
@@ -16,6 +16,7 @@ use app\model\GHousesExt;
use
app\model\GHousesFollowUp
;
use
app\model\GHousesFollowUp
;
use
app\model\GHousesImgs
;
use
app\model\GHousesImgs
;
use
app\model\GHousesToAgents
;
use
app\model\GHousesToAgents
;
use
app\model\GLandlordPhone
;
use
app\model\OBargainModel
;
use
app\model\OBargainModel
;
use
app\model\Regions
;
use
app\model\Regions
;
use
think\Log
;
use
think\Log
;
...
@@ -458,7 +459,8 @@ class Shop extends Basic
...
@@ -458,7 +459,8 @@ class Shop extends Basic
}
}
if
(
$is_show_landlord
)
{
if
(
$is_show_landlord
)
{
$result
[
'landlord_phone'
]
=
json_decode
(
$result
[
'landlord_phone'
],
true
);
$m_landlord
=
new
GLandlordPhone
();
$result
[
'landlord_phone'
]
=
$m_landlord
->
getAllList
(
'id,name,phone'
,[
'house_id'
=>
$params
[
"id"
],
'status'
=>
1
]);
$result
[
'is_show_landlord'
]
=
1
;
$result
[
'is_show_landlord'
]
=
1
;
}
else
{
}
else
{
$result
[
'landlord_phone'
]
=
[[
'name'
=>
''
,
'phone'
=>
''
]];
$result
[
'landlord_phone'
]
=
[[
'name'
=>
''
,
'phone'
=>
''
]];
...
...
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