Commit 5777cda3 authored by suntengda's avatar suntengda

Merge branch 'hotfix_tuancan_slow' into pre_release

parents fc17bf86 a6caab29
......@@ -202,7 +202,7 @@ class MarketingController extends Base
private function getTuanCanEndList(){
try{
$redis = RedisUtil::getInstance('cache',['serializer'=>'none']);
$key = "tuancan_endlist_".date('Ymd');
$key = "tuancan_endlist_in_".date('Ymd');
$list['end'] = $redis->get($key);
if(empty($list['end'])) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment