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
134f2925
Commit
134f2925
authored
Aug 23, 2019
by
hujun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
empty
parent
b92be3f4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
PushMessageService.php
application/api_broker/service/PushMessageService.php
+1
-1
Cost.php
application/index/controller/Cost.php
+1
-1
No files found.
application/api_broker/service/PushMessageService.php
View file @
134f2925
...
...
@@ -580,7 +580,7 @@ class PushMessageService
{
$redis
=
new
RedisCacheService
();
$agent_data
=
$redis
->
getRedisCache
(
2
,
$agent_id
);
if
(
$agent_data
)
{
if
(
empty
(
$agent_data
)
)
{
return
false
;
}
...
...
application/index/controller/Cost.php
View file @
134f2925
...
...
@@ -41,7 +41,7 @@ class Cost extends Basic
$field
.=
'b.name as agent_name,a.site_id'
;
$fee_model
=
new
FApplyForFee
();
if
(
$this
->
params
[
'excel'
]
!=
1
)
{
if
(
empty
(
$this
->
params
[
'excel'
])
)
{
$list
=
$fee_model
->
getJoinAgentList
(
$pageNo
,
$pageSize
,
'a.ID DESC'
,
$field
,
$where
);
$data
[
'list'
]
=
&
$list
;
$data
[
'total'
]
=
$fee_model
->
getJoinAgentListTotal
(
$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