Commit b1b3eecd by chenweitao

Merge remote-tracking branch 'origin/working' into working

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