Commit bcc62a51 authored by 刘文胜's avatar 刘文胜

111

parent e18de4ea
...@@ -15,7 +15,7 @@ router.post('/aboutme/startFetch', function(req, res, next) { ...@@ -15,7 +15,7 @@ router.post('/aboutme/startFetch', function(req, res, next) {
return res.json(_.assign({data:'不要重复操作'}, returnCode.SUCCESS)); return res.json(_.assign({data:'不要重复操作'}, returnCode.SUCCESS));
} }
last_handle_date = curDate; last_handle_date = curDate;
console.log('start fetch thread and comment'); console.log('开始导入。。。');
forumAboutMEService.FetchThreadToAboutMe(); forumAboutMEService.FetchThreadToAboutMe();
forumAboutMEService.FetchCommentToAboutMe(); forumAboutMEService.FetchCommentToAboutMe();
res.json(_.assign({data:'正在处理'}, returnCode.SUCCESS)); res.json(_.assign({data:'正在处理'}, returnCode.SUCCESS));
......
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