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
c3a2c537
Commit
c3a2c537
authored
Jan 30, 2018
by
hujun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
不拼接图片地址
parent
be5533d5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
4 deletions
+1
-4
GHouses.php
application/model/GHouses.php
+1
-4
No files found.
application/model/GHouses.php
View file @
c3a2c537
...
...
@@ -317,14 +317,11 @@ class GHouses extends BaseModel
->
where
(
'house_id'
,
$houses_id
)
->
where
(
'img_status'
,
0
)
->
select
();
foreach
(
$img
as
$k
=>
$v
)
{
$img_arr
[
$k
]
=
CURRENT_URL
.
'resource/lib/Attachments/'
.
$v
[
'img_name'
];
}
$return
[
'id'
]
=
$agents
->
id
;
$return
[
'name'
]
=
$agents
[
'name'
]
.
'-'
.
$agents
[
'phone'
];
$return
[
'agent_start_time'
]
=
$house_ext
[
'agent_start_time'
];
$return
[
'agent_end_time'
]
=
$house_ext
[
'agent_end_time'
];
$return
[
'exclusive_img'
]
=
$img
_arr
;
$return
[
'exclusive_img'
]
=
$img
;
$return
[
'is_exclusive_type'
]
=
$result
->
is_exclusive_type
;
}
else
{
$return
=
false
;
...
...
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