From 3b109477ba6bd8dce0f61eb75248e603e584d8af Mon Sep 17 00:00:00 2001
From: heheng <475597332@qq.com>
Date: 星期五, 12 九月 2025 10:13:26 +0800
Subject: [PATCH] 功能改造

---
 gkhy-admin/src/main/java/com/gkhy/web/controller/safety/DailySafetyInspectionController.java |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/gkhy-admin/src/main/java/com/gkhy/web/controller/safety/DailySafetyInspectionController.java b/gkhy-admin/src/main/java/com/gkhy/web/controller/safety/DailySafetyInspectionController.java
index 962cde3..e1a88dd 100644
--- a/gkhy-admin/src/main/java/com/gkhy/web/controller/safety/DailySafetyInspectionController.java
+++ b/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());
+    }
+
 }

--
Gitblit v1.9.2