From 3e5565088aaf858b1e631e796083312e1e4d74c0 Mon Sep 17 00:00:00 2001
From: 邱宇豪 <qyh123230312>
Date: 星期四, 23 十一月 2023 15:54:52 +0800
Subject: [PATCH] 20231123_qiuyh_调整隐患举报
---
hd/pipe/secure/src/main/java/com/thhy/secure/modules/biz/regionInspection/mapper/RegionInspectionRecordMapper.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/hd/pipe/secure/src/main/java/com/thhy/secure/modules/biz/regionInspection/mapper/RegionInspectionRecordMapper.java b/hd/pipe/secure/src/main/java/com/thhy/secure/modules/biz/regionInspection/mapper/RegionInspectionRecordMapper.java
index 681d6b9..b9be0e3 100644
--- a/hd/pipe/secure/src/main/java/com/thhy/secure/modules/biz/regionInspection/mapper/RegionInspectionRecordMapper.java
+++ b/hd/pipe/secure/src/main/java/com/thhy/secure/modules/biz/regionInspection/mapper/RegionInspectionRecordMapper.java
@@ -26,7 +26,7 @@
void deleteByRegionInspectionId(String regionInspectionId);
//任务打卡web端查询列表 或者 判断主任务完成未完成的标准
List<RegionInspectionRecordEntity> selectPageList(Map map);
-
+ Integer selectCount(Map map);
//通过任务id查询打卡详情#{regionInspectionId} and b.user_id = #{userId}
RegionInspectionEntity selectInfo(
@Param("regionInspectionId") String regionInspectionId,
--
Gitblit v1.9.3