Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
goods
Project
Project
Details
Activity
Releases
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
bp
goods
Commits
fc17bf86
Commit
fc17bf86
authored
Sep 15, 2021
by
suntengda
Browse files
Options
Browse Files
Download
Plain Diff
update app-团餐活动列表已结束列表 修改缓存序列化方式
parents
f940da05
e26e43e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Marketing.php
application/modules/Marketing/controllers/Marketing.php
+1
-1
No files found.
application/modules/Marketing/controllers/Marketing.php
View file @
fc17bf86
...
@@ -201,7 +201,7 @@ class MarketingController extends Base
...
@@ -201,7 +201,7 @@ class MarketingController extends Base
private
function
getTuanCanEndList
(){
private
function
getTuanCanEndList
(){
try
{
try
{
$redis
=
RedisUtil
::
getInstance
(
'cache'
,[
'serializer'
=>
'
php
'
]);
$redis
=
RedisUtil
::
getInstance
(
'cache'
,[
'serializer'
=>
'
none
'
]);
$key
=
"tuancan_endlist_"
.
date
(
'Ymd'
);
$key
=
"tuancan_endlist_"
.
date
(
'Ymd'
);
$list
[
'end'
]
=
$redis
->
get
(
$key
);
$list
[
'end'
]
=
$redis
->
get
(
$key
);
...
...
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