Commit cd9677f5 authored by xiaosl's avatar xiaosl

Merge branch 'master-chw-xsl' into dev-chw

parents c089739f c64119ef
......@@ -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