添加功能
This commit is contained in:
@@ -27,6 +27,17 @@ public class AnalysisCommonController {
|
||||
private final AnalysisCommonService analysisCommonService;
|
||||
private final AnalysisExportService analysisExportService;
|
||||
|
||||
|
||||
/**
|
||||
* 查询门户信息
|
||||
*
|
||||
* @return 门户信息
|
||||
*/
|
||||
@GetMapping("/portal")
|
||||
public AjaxResult portal() {
|
||||
return AjaxResult.success(analysisCommonService.portal());
|
||||
}
|
||||
|
||||
/**
|
||||
* 查询团场列表
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user