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
82984d5a
Commit
82984d5a
authored
Sep 18, 2018
by
hujun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
商铺列表增加门店和部门搜索
parent
e8831e7c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
Houses.php
application/index/controller/Houses.php
+13
-0
No files found.
application/index/controller/Houses.php
View file @
82984d5a
...
...
@@ -333,6 +333,19 @@ class Houses extends Basic
$agent_where
[
'a.is_del'
]
=
0
;
}
if
(
$this
->
params
[
'dish_store_id'
]
!=
NULL
)
{
$agent_where
[
'b.store_id'
]
=
$this
->
params
[
'dish_store_id'
];
$agent_where
[
'a.type'
]
=
2
;
$agent_where
[
'a.is_del'
]
=
0
;
}
if
(
$this
->
params
[
'dish_district_id'
]
!=
NULL
)
{
$agent_where
[
'b.district_id'
]
=
$this
->
params
[
'dish_district_id'
];
$agent_where
[
'a.type'
]
=
2
;
$agent_where
[
'a.is_del'
]
=
0
;
}
//盘方搜索
if
(
!
empty
(
$agent_where
))
{
$m_to_agent
=
new
GHousesToAgents
();
$agent_arr
=
$m_to_agent
->
getAgentsHouseField
(
'houses_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