Commit c3901137 by leiliangliang

更新WeiBo信息及用户Dao层

parent 50e99a0f
...@@ -70,7 +70,7 @@ public class WeiBoMassageDao { ...@@ -70,7 +70,7 @@ public class WeiBoMassageDao {
try { try {
mongoCollection.insertOne(document); mongoCollection.insertOne(document);
} catch (Exception e) { } catch (Exception e) {
log.error("存储数据时出错,错误为:{}",e);
} }
} catch (Exception e) { } catch (Exception e) {
log.error("WeiBoMassage对象转Document对象异常",e); log.error("WeiBoMassage对象转Document对象异常",e);
......
...@@ -56,7 +56,7 @@ public class WeiBoUserDao { ...@@ -56,7 +56,7 @@ public class WeiBoUserDao {
try { try {
mongoCollection.insertOne(document); mongoCollection.insertOne(document);
} catch (Exception e) { } catch (Exception e) {
log.error("存储数据时出错,错误为:{}",e);
} }
} catch (Exception e) { } catch (Exception e) {
log.error("WeiBoUser对象转Document对象异常",e); log.error("WeiBoUser对象转Document对象异常",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