Commit baa092aa by chenweitao

Merge branch 'working' into 'master'

Working

See merge request !100
parents 7546fbb8 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