Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
杨树贤
/
ic_server_welfare
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
c038e1f2
authored
Aug 29, 2019
by
杨树贤
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
修改字段
parent
5b1b1964
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app/Models/Integral.php
app/Models/Integral.php
View file @
c038e1f2
...
...
@@ -74,7 +74,7 @@ class Integral extends Model
//处理列表,把不同红包活动今天已使用次数显示出来
foreach
(
$integrals
as
$key
=>
$integral
)
{
$addCount
=
$redis
->
hget
(
'ic_welfare_integral_limit_'
.
$integral
[
'id'
],
$userId
);
$integrals
[
$key
][
'
ad
d_count'
]
=
empty
(
$addCount
)
?
0
:
(
int
)
$addCount
;
$integrals
[
$key
][
'
operate
d_count'
]
=
empty
(
$addCount
)
?
0
:
(
int
)
$addCount
;
}
if
(
$integrals
)
{
...
...
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