一对一聊天重构,期待群聊开发
This commit is contained in:
@@ -78,6 +78,7 @@ public class SysOaArticleController extends BaseController {
|
||||
@GetMapping("/{articleId}")
|
||||
public R<SysOaArticle> getInfo(@NotNull(message = "主键不能为空") @PathVariable Long articleId) {
|
||||
SysOaArticle sysOaArticle = iSysOaArticleService.selectArticleById(articleId);
|
||||
|
||||
return R.ok(sysOaArticle);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user