Commit bc3d7af8 authored by KeYong's avatar KeYong

报告更新返回值

parent 910e54eb
......@@ -97,7 +97,7 @@ public class PlanReportServiceImpl extends ServiceImpl<PlanReportMapper, PlanRep
String url = preview(report);
report.setReportUrl(url);
planReportMapper.updateById(report);
return null;
return report;
}
@Override
......
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