|
|
@ -49,7 +49,11 @@ public class SysForumCommentService extends MybatisBaseService<SysForumCommentMa |
|
|
|
|
|
|
|
public ResultBean selectSysForumCommentOne(String sid) { |
|
|
|
ResultBean rb = ResultBean.fireFail(); |
|
|
|
if (sid == null){ |
|
|
|
return rb.setMsg("参数有误,请重试"); |
|
|
|
}else { |
|
|
|
SysForumComment sysForumComment = sysForumCommentMapper.selectSysForumCommentOne(sid); |
|
|
|
return rb.success().setData(sysForumComment); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|