Commit 1a4f867d authored by 734642908@qq.com's avatar 734642908@qq.com

e

parent 793d281c
......@@ -399,8 +399,11 @@ class FlushController extends BaseController
foreach($hashArr as $key=>$val) {
if(strstr($key,'yiqiqieshuiguo-weixin') !== false) {
$total += $reArr[$key];
$reArr[$key] = $cache->PFCOUNT('{total}:total_register:'.$key.':2019-04-03');
$keyArr = explode(':',$key);
$reArr[$keyArr[1]] += $cache->PFCOUNT('{total}:total_register:'.$key.':2019-04-03');
$total += $reArr[$key];
}
......
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