heheng
2025-10-15 a4f1e1a9b97f7606347ba1b6a5c5957c3fc28a59
gkhy-admin/src/main/java/com/gkhy/web/controller/safety/DailySafetyInspectionController.java
@@ -70,4 +70,12 @@
        return toAjax(dailySafetyInspectionService.deleteDailySafetyInspection(id));
    }
    @GetMapping("/getCheckCount")
    @ApiOperation(value = "25号之后查询是否提交安全检查大于0提交")
    public AjaxResult getCheckCount()
    {
        return AjaxResult.success(dailySafetyInspectionService.getCheckCount());
    }
}