Commit c64119ef authored by xiaosl's avatar xiaosl

评论举报

parent fcb3af59
......@@ -26,7 +26,6 @@ public class AppReportCommentController extends BaseController<ReportCommentBiz,
@IgnoreUserToken
public ObjectRestResponse saveReport(@RequestBody ReportComment reportComment) {
reportComment.setUserId(getCurrentUserIdInt());
baseBiz.saveReport(reportComment);
return ObjectRestResponse.succ();
return baseBiz.saveReport(reportComment);
}
}
\ No newline at end of file
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