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
38458569
Commit
38458569
authored
Nov 14, 2018
by
zw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pk
parent
1a1aedfb
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
4 deletions
+5
-4
AppChat.php
application/chat/controller/AppChat.php
+3
-3
RankingList.php
application/index/controller/RankingList.php
+1
-1
TAgentTotalModel.php
application/model/TAgentTotalModel.php
+1
-0
No files found.
application/chat/controller/AppChat.php
View file @
38458569
...
@@ -557,9 +557,9 @@ class AppChat extends Basic
...
@@ -557,9 +557,9 @@ class AppChat extends Basic
public
function
getMessageIsRead
()
public
function
getMessageIsRead
()
{
{
$params
=
$this
->
params
;
$params
=
$this
->
params
;
/*
$params = array(
$params
=
array
(
"agent_id" => 57
39
"agent_id"
=>
57
75
);
*/
);
if
(
empty
(
$params
[
'agent_id'
]))
{
if
(
empty
(
$params
[
'agent_id'
]))
{
return
$this
->
response
(
"101"
,
"请求参数错误"
);
return
$this
->
response
(
"101"
,
"请求参数错误"
);
}
}
...
...
application/index/controller/RankingList.php
View file @
38458569
...
@@ -61,7 +61,7 @@ class RankingList extends Basic{
...
@@ -61,7 +61,7 @@ class RankingList extends Basic{
public
function
selectPkSortByTime
()
public
function
selectPkSortByTime
()
{
{
$params
=
$this
->
params
;
$params
=
$this
->
params
;
/*
$params = array(
/*
$params = array(
"site_id" => 10001
"site_id" => 10001
);*/
);*/
if
(
!
isset
(
$params
[
"site_id"
]))
{
if
(
!
isset
(
$params
[
"site_id"
]))
{
...
...
application/model/TAgentTotalModel.php
View file @
38458569
...
@@ -135,6 +135,7 @@ class TAgentTotalModel extends Model
...
@@ -135,6 +135,7 @@ class TAgentTotalModel extends Model
->
where
(
$params
)
->
where
(
$params
)
->
group
(
$group_
)
->
group
(
$group_
)
->
order
(
$order
)
->
order
(
$order
)
->
limit
(
$limit
)
->
select
();
->
select
();
//echo $this->db_->getLastSql();
//echo $this->db_->getLastSql();
return
$result
;
return
$result
;
...
...
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