zss
2025-03-12 0b3a4f7d580830ae7ba722f91a5c7b0088b7b3eb
cnas-personnel/src/main/java/com/ruoyi/personnel/controller/PersonSupervisionRecordController.java
@@ -83,7 +83,7 @@
        PersonSupervisionControlSheet byId = personSupervisionControlSheetService.getOne(Wrappers.<PersonSupervisionControlSheet>lambdaQuery()
                .eq(PersonSupervisionControlSheet::getSupervisionRecordId, id));
        if (ObjectUtils.isEmpty(byId)) {
            return Result.success(202);
            return Result.fail(202);
        } else {
            return Result.success(byId);
        }