From b2174bdc2c7906b0f6fa65be7a8564e64107581f Mon Sep 17 00:00:00 2001 From: chenrui <1187576398@qq.com> Date: 星期二, 25 三月 2025 14:18:18 +0800 Subject: [PATCH] Merge branch 'radio_frequency' of http://114.132.189.42:9002/r/lims-ruoyi-after into radio_frequency --- performance-server/src/main/java/com/ruoyi/performance/controller/AuxiliaryWorkingHoursController.java | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/performance-server/src/main/java/com/ruoyi/performance/controller/AuxiliaryWorkingHoursController.java b/performance-server/src/main/java/com/ruoyi/performance/controller/AuxiliaryWorkingHoursController.java index 4afdf9f..3d0f996 100644 --- a/performance-server/src/main/java/com/ruoyi/performance/controller/AuxiliaryWorkingHoursController.java +++ b/performance-server/src/main/java/com/ruoyi/performance/controller/AuxiliaryWorkingHoursController.java @@ -38,7 +38,9 @@ @ApiOperation(value="鍒犻櫎杈呭姪宸ユ椂") @DeleteMapping("/deleteAuxiliaryWorkingHours") public Result deleteAuxiliaryWorkingHours(Integer id){ + return Result.success(auxiliaryWorkingHoursService.deleteAuxiliaryWorkingHours(id)); + } @ApiOperation(value="淇敼杈呭姪宸ユ椂") -- Gitblit v1.9.3