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
bbd1bea4
Commit
bbd1bea4
authored
Aug 21, 2019
by
hujun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
-
parent
959aba93
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
Houses.php
application/index/controller/Houses.php
+2
-1
Transfer.php
application/index/controller/Transfer.php
+1
-1
No files found.
application/index/controller/Houses.php
View file @
bbd1bea4
...
...
@@ -138,7 +138,6 @@ class Houses extends Basic
$pageNo
=
empty
(
$this
->
params
[
'pageNo'
])
?
1
:
$this
->
params
[
'pageNo'
];
$pageSize
=
empty
(
$this
->
params
[
'pageSize'
])
?
15
:
$this
->
params
[
'pageSize'
];
$agent_where
=
$list
=
[];
$where
[
'status'
]
=
[
'<>'
,
3
];
/*精选商铺--0是1否*/
if
(
$this
->
params
[
'is_carefully_chosen'
]
!=
-
1
)
{
...
...
@@ -284,6 +283,8 @@ class Houses extends Basic
/*楼盘编号*/
if
(
$this
->
params
[
'id'
]
!=
NULL
)
{
$where
[
'id'
]
=
$this
->
params
[
'id'
];
}
else
{
$where
[
'status'
]
=
[
'<>'
,
3
];
}
//盘方ID
if
(
$this
->
params
[
'dish_id'
]
!=
NULL
)
{
...
...
application/index/controller/Transfer.php
View file @
bbd1bea4
...
...
@@ -100,7 +100,7 @@ class Transfer extends Basic
$image
=
$m_img
->
getSubletImg
(
'file_name'
,
[
'sublet_id'
=>
$v
[
'id'
],
'status'
=>
0
]);
if
(
$image
)
{
foreach
(
$image
as
$kk
=>
$vv
)
{
$list
[
$k
][
'image'
][
$kk
]
=
'
static/chat_image
/'
.
$vv
[
'file_name'
];
$list
[
$k
][
'image'
][
$kk
]
=
'
resource/lib/Attachments/images
/'
.
$vv
[
'file_name'
];
}
}
else
{
$list
[
$k
][
'image'
]
=
[];
...
...
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