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
2f40c610
authored
Aug 30, 2019
by
杨树贤
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
修改变量名
parent
197aed22
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
app/Models/Integral.php
storage/laravels.json
storage/laravels.pid
app/Models/Integral.php
View file @
2f40c610
...
...
@@ -73,8 +73,8 @@ class Integral extends Model
//处理列表,把不同红包活动今天已使用次数显示出来
foreach
(
$integrals
as
$key
=>
$integral
)
{
$
ad
dCount
=
$redis
->
hget
(
'ic_welfare_integral_limit_'
.
$integral
[
'id'
],
$userId
);
$integrals
[
$key
][
'operated_count'
]
=
empty
(
$
addCount
)
?
0
:
(
int
)
$ad
dCount
;
$
operate
dCount
=
$redis
->
hget
(
'ic_welfare_integral_limit_'
.
$integral
[
'id'
],
$userId
);
$integrals
[
$key
][
'operated_count'
]
=
empty
(
$
operatedCount
)
?
0
:
(
int
)
$operate
dCount
;
}
if
(
$integrals
)
{
...
...
storage/laravels.json
View file @
2f40c610
This diff is collapsed.
Click to expand it.
storage/laravels.pid
View file @
2f40c610
2364
\ No newline at end of file
9913
\ 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