项目占比

master
mhsnet 1 year ago
parent ec47b66c3c
commit 815c06d13b

@ -144,6 +144,15 @@ public class GoViewDataController {
return success(respVO);
}
@RequestMapping("/bikmk-area-project-ratio-list")
@Operation(summary = "查询栏目信息")
@PreAuthorize("@ss.hasPermission('report:go-view-data:bikmk-area-project-ratio')")
@OperateLog(enable = false) // 不记录操作日志,因为不需要
public CommonResult<GoViewDataRespVO> bikmkAreaProjectRatioList() {
GoViewDataRespVO respVO = goViewDataService.getDataBySQL("select project,money from bikmk_area_project_ratio");
return success(respVO);
}
@RequestMapping("/bikmk-constant-health")
@Operation(summary = "查询栏目信息")
@PreAuthorize("@ss.hasPermission('report:go-view-data:bikmk_constant_health')")

Loading…
Cancel
Save