Commit 793d281c authored by 734642908@qq.com's avatar 734642908@qq.com

e

parent 0e27a8af
...@@ -398,9 +398,10 @@ class FlushController extends BaseController ...@@ -398,9 +398,10 @@ class FlushController extends BaseController
$hashArr = $cache->HGETALL($setCacheKey); $hashArr = $cache->HGETALL($setCacheKey);
foreach($hashArr as $key=>$val) { foreach($hashArr as $key=>$val) {
$reArr[$key] = $cache->PFCOUNT('{total}:total_register:'.$key.':2019-04-03');
if(strstr($key,'yiqiqieshuiguo-weixin') !== false) { if(strstr($key,'yiqiqieshuiguo-weixin') !== false) {
$total += $reArr[$key]; $total += $reArr[$key];
$reArr[$key] = $cache->PFCOUNT('{total}:total_register:'.$key.':2019-04-03');
} }
} }
......
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