From 7806f1910522ac9ab1eaebd26ab973afec54850c Mon Sep 17 00:00:00 2001
From: 邱宇豪 <qyh123230312>
Date: 星期四, 30 十一月 2023 09:30:38 +0800
Subject: [PATCH] 20231130_qiuyh_调整区域巡检打卡

---
 hd/pipe/secure/src/main/java/com/thhy/secure/modules/biz/regionInspection/mapper/RegionInspectionRecordMapper.java |    6 ++++++
 1 files changed, 6 insertions(+), 0 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 9fe5b0c..824202b 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
@@ -24,6 +24,7 @@
 	void delete(String id);
 	//根据任务id删除记录
 	void deleteByRegionInspectionId(String regionInspectionId);
+
 	//任务打卡web端查询列表 或者 判断主任务完成未完成的标准
 	List<RegionInspectionRecordEntity> selectPageList(Map map);
 	Integer selectCount(Map map);
@@ -40,9 +41,14 @@
 			@Param("regionHazardInformId")String regionHazardInformId);
 
 	void insertIMG(RegionInspectionRecordImgEntity regionInspectionRecordImgEntity);
+	void deleteIMG(String regionInspectionRecordId);
+
+	List<RegionInspectionRecordImgEntity> selectImgByRecordId(String regionInspectionRecordId);
+
 
 	//小程序巡检打卡列表
 	List<Map> selectAppList(Map map);
 
 	String selectPlatUserId(String userId);
+	Map getPlatUser(String platUserId);
 }

--
Gitblit v1.9.3