Lius
2025-01-23 ec4d7d29a7e6be47f4130b67f92865c188c27c77
lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/controller/MdcDownTimeController.java
@@ -170,8 +170,8 @@
    @AutoLog(value = "设备故障停机时长表-计算MTBF")
    @ApiOperation(value = "设备故障停机时长表-计算MTBF", notes = "设备故障停机时长表-计算MTBF")
    @PostMapping(value = "/computeMtbf")
    public Result<?> computeMtbf() {
    public Result<?> computeMtbf(@RequestBody String month) {
        mdcDownTimeService.computeMtbf(month);
        return Result.OK("计算成功!");
    }