Commit 1106289b by chenweitao

Merge branch 'working' into 'master'

评论量讨论量数据类型超限

See merge request !85
parents 0e46ea02 058e54b7
...@@ -207,7 +207,7 @@ public class HotSearchCacheDAO { ...@@ -207,7 +207,7 @@ public class HotSearchCacheDAO {
} }
} }
}catch (Exception e){ }catch (Exception e){
log.error("数据存储时出错:{}", e); log.error("数据存储时出错:", e);
} }
} }
......
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