return SUCCESS;
}
public String modifySSTemplate(){
ReportManagementService reportManagementService = (ReportManagementService)StorageService.ctx.getBean("reportManagementService");
resultInfo = reportManagementService.modifyReportTemplate(request.getParameter("action"),request.getParameter("id"),parameterMap);
return SUCCESS;
}
public String render() {
ReportManagementService reportManagementService = (ReportManagementService)StorageService.ctx.getBean("reportManagementService");