From a013aea101294906be4af0f5081dc6f5c2878d02 Mon Sep 17 00:00:00 2001 From: 叶松 <2217086471@qq.com> Date: 星期一, 27 十一月 2023 22:29:27 +0800 Subject: [PATCH] Merge branch 'master' of http://111.30.93.211:10101/r/supipe --- hd/pipe/secure/src/main/java/com/thhy/secure/modules/biz/regionInspection/mapper/RegionInspectionRecordMapper.java | 4 +++- 1 files changed, 3 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..9fe5b0c 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, @@ -43,4 +43,6 @@ //小程序巡检打卡列表 List<Map> selectAppList(Map map); + + String selectPlatUserId(String userId); } -- Gitblit v1.9.3