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();