Commit cd1991e2 by mushishixian

fix

parent 2babca59
......@@ -79,7 +79,7 @@ class SupplierStatisticsService
return $value;
}, $result);
$redis->set($statisticsKey, json_encode($result));
$redis->expire($statisticsKey, 1);
$redis->expire($statisticsKey, 50);
return $result;
}
......
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 sign in to comment