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
51145f14
Commit
51145f14
authored
Nov 05, 2018
by
hujun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
商铺列表
parent
53dcb04f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
Houses.php
application/index/controller/Houses.php
+6
-2
houseList.html
application/index/view/houses/houseList.html
+1
-1
No files found.
application/index/controller/Houses.php
View file @
51145f14
...
@@ -408,8 +408,12 @@ class Houses extends Basic
...
@@ -408,8 +408,12 @@ class Houses extends Basic
$where
[
'business_district_id'
]
=
$this
->
params
[
'business_id'
];
$where
[
'business_district_id'
]
=
$this
->
params
[
'business_id'
];
}
}
if
(
!
empty
(
$this
->
params
[
'is_lock'
]))
{
if
(
$this
->
params
[
'is_lock'
]
!=
-
1
)
{
$where
[
'is_lock'
]
=
$this
->
params
[
'is_lock'
];
if
(
$this
->
params
[
'vip'
]
==
1
)
{
$where
[
'is_lock'
]
=
1
;
}
else
{
$where
[
'is_lock'
]
=
0
;
}
}
}
if
(
empty
(
$this
->
params
[
'city'
]))
{
if
(
empty
(
$this
->
params
[
'city'
]))
{
...
...
application/index/view/houses/houseList.html
View file @
51145f14
...
@@ -292,7 +292,7 @@
...
@@ -292,7 +292,7 @@
<span
class=
"fore-span ld-Marheight"
>
-
</span>
<span
class=
"fore-span ld-Marheight"
>
-
</span>
<input
class=
"form-control btn4 ld-Marheight"
value=
""
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"end_date"
name=
"end_date"
type=
"date"
>
<input
class=
"form-control btn4 ld-Marheight"
value=
""
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"end_date"
name=
"end_date"
type=
"date"
>
<select
class=
"form-control btn2 ld-Marheight"
id=
"is_lock_plate"
>
<select
class=
"form-control btn2 ld-Marheight"
id=
"is_lock_plate"
>
<option
value=
""
>
是否锁盘
</option>
<option
value=
"
-1
"
>
是否锁盘
</option>
<option
value=
"1"
>
是
</option>
<option
value=
"1"
>
是
</option>
<option
value=
"0"
>
否
</option>
<option
value=
"0"
>
否
</option>
</select>
</select>
...
...
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