pull/983/head
Ryan Wang 2020-07-19 22:04:31 +08:00 committed by GitHub
parent 50b19f8d3a
commit 23789b7acd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -83,6 +83,8 @@ public class PostController {
postDetailVO.setOriginalContent(null);
}
postService.publishVisitEvent(postDetailVO.getId());
return postDetailVO;
}

View File

@ -73,6 +73,8 @@ public class SheetController {
sheetDetailVO.setOriginalContent(null);
}
sheetService.publishVisitEvent(sheetDetailVO.getId());
return sheetDetailVO;
}