@RestController @RequestMapping(value="/erupt-api/bi") public class EruptBiTplController extends Object
| 构造器和说明 |
|---|
EruptBiTplController() |
@PostConstruct public void post()
@GetMapping(value="/{code}/custom-chart/{id}",
produces="text/html;charset=UTF-8")
@EruptRouter(authIndex=1,
verifyType=MENU,
verifyMethod=PARAM)
public void customerChart(@PathVariable
String code,
@PathVariable(value="id")
Long chartId,
@RequestParam(value="condition")
String conditionStr,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws IOException,
freemarker.template.TemplateException
IOExceptionfreemarker.template.TemplateExceptionCopyright © 2023. All rights reserved.