鞍钢鲅鱼圈能源管控系统后端代码
潘志宝
2 天以前 3e0c6b0617b78c20d02c108f732b0b713d92ae9c
ansteel-biz/src/main/java/com/iailab/module/ansteel/api/controller/admin/GasController.java
@@ -50,7 +50,7 @@
        return CommonResult.success(gasPredConfService.list(params));
    }
    @GetMapping("/pred-conf/list")
    @GetMapping("/ldg/cul")
    @Operation(summary = "获取转炉煤气回收消耗总量")
    public CommonResult<GasLdgCulRespDTO> getGasLdgCul(@RequestParam Map<String, Object> params) {
        GasLdgCulRespDTO result = new GasLdgCulRespDTO();