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
dcbb9904
Commit
dcbb9904
authored
Aug 22, 2018
by
zhuwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
客方ID
parent
3082a830
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
Houses.php
application/index/controller/Houses.php
+1
-1
Member.php
application/index/controller/Member.php
+6
-0
No files found.
application/index/controller/Houses.php
View file @
dcbb9904
...
...
@@ -235,7 +235,7 @@ class Houses extends Basic
if
(
$this
->
params
[
'id'
]
!=
NULL
)
{
$where
[
'id'
]
=
$this
->
params
[
'id'
];
}
//盘方ID
if
(
$this
->
params
[
'dish_id'
]
!=
NULL
)
{
$agent_where
[
'b.agents_id'
]
=
$this
->
params
[
'dish_id'
];
$agent_where
[
'a.type'
]
=
2
;
...
...
application/index/controller/Member.php
View file @
dcbb9904
...
...
@@ -212,6 +212,12 @@ class Member extends Basic{
$type
=
3
;
}
//客方ID
if
(
!
empty
(
$params
[
'agent_id'
]))
{
$where
[
'a.agent_id'
]
=
$params
[
'agent_id'
];
}
if
(
!
empty
(
$params
[
'first_login_start'
]))
{
$where
[
'a.first_login_time'
]
=
$params
[
'first_login_start'
]
.
' 00:00:00'
;
}
...
...
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