gkhy-system/src/main/java/com/gkhy/system/service/impl/DailySafetyInspectionServiceImpl.java
@@ -85,4 +85,10 @@ .set(DailySafetyInspection::getDelFlag, Constants.FAIL).set(DailySafetyInspection::getUpdateTime, LocalDateTime.now()) .set(DailySafetyInspection::getUpdateBy, SecurityUtils.getUsername())); } @Override public int getCheckCount() { Long deptId = SecurityUtils.getDeptId(); return dailySafetyInspectionMapper.getCheckCount(deptId); } }