自定义报表优化处理
This commit is contained in:
@@ -253,4 +253,18 @@ public class CustomReportController extends BaseController {
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* 获取报表台账模板树
|
||||
* @author cdf
|
||||
* @date 2023/10/11
|
||||
*/
|
||||
@OperateInfo(info = LogEnum.BUSINESS_COMMON)
|
||||
@GetMapping("/terminalChooseTree")
|
||||
@ApiOperation("获取报表台账模板树")
|
||||
public HttpResult<List<ReportTreeVO>> terminalChooseTree(){
|
||||
String methodDescribe = getMethodDescribe("terminalChooseTree");
|
||||
List<ReportTreeVO> res = customReportService.terminalChooseTree();
|
||||
return HttpResultUtil.assembleCommonResponseResult(CommonResponseEnum.SUCCESS, res, methodDescribe);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user