@@ -239,7 +239,7 @@ class IndexController extends HomeBaseController
*/
public function sitemap(){
$page = input('p', 1);
- $cacheKey = 'sitemap:list_';
+ $cacheKey = 'cache:sitemap:list_';
$datas = RedisService::get($cacheKey.$page);
if(empty($datas)){
$dataList = CategoryService::getCates(500, -1, "enname as id, catname as title, '1' as 'type'");