Commit 0a311540 by mushishixian

fix

parent f8d69d4b
......@@ -78,7 +78,7 @@ class SupplierStatisticsService
return $value;
}, $result);
$redis->set('supplier_list_statistics', json_encode($result));
$redis->expire('supplier_list_statistics', 1);
$redis->expire('supplier_list_statistics', 100);
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