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
e68423b8
Commit
e68423b8
authored
Jun 25, 2018
by
clone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug
parent
923b207b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
HomePageLog.php
application/api_broker/controller/HomePageLog.php
+1
-1
GHousesFollowUp.php
application/model/GHousesFollowUp.php
+3
-2
No files found.
application/api_broker/controller/HomePageLog.php
View file @
e68423b8
...
@@ -97,7 +97,7 @@ class HomePageLog extends Basic
...
@@ -97,7 +97,7 @@ class HomePageLog extends Basic
public
function
houseFollowUpList
()
public
function
houseFollowUpList
()
{
{
$params
=
$this
->
params
;
$params
=
$this
->
params
;
/*
$params = array(
/*
$params = array(
"start_time" => time(), //开始时间
"start_time" => time(), //开始时间
"end_time" => time() . " 23:59:59", //结束时间
"end_time" => time() . " 23:59:59", //结束时间
"name_or_phone" => "li",//用户姓名或电话
"name_or_phone" => "li",//用户姓名或电话
...
...
application/model/GHousesFollowUp.php
View file @
e68423b8
...
@@ -117,11 +117,11 @@ class GHousesFollowUp extends Model
...
@@ -117,11 +117,11 @@ class GHousesFollowUp extends Model
*/
*/
public
function
getSearchCount
(
$join
,
$where
)
public
function
getSearchCount
(
$join
,
$where
)
{
{
$data
=
$this
->
db_
$data
=
$this
->
alias
(
'f'
)
->
alias
(
'f'
)
->
join
(
$join
)
->
join
(
$join
)
->
where
(
$where
)
->
where
(
$where
)
->
count
();
->
count
(
"f.id"
);
return
$data
;
return
$data
;
}
}
}
}
\ No newline at end of file
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