Commit 1e7e0818 authored by suntengda's avatar suntengda

Merge branch 'hotfix_tuancan_slow' into develop

parents 1e224825 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