From fe5e162cc99c8fd1a30a5c08cac12a1d795fd757 Mon Sep 17 00:00:00 2001
From: 叶松 <2217086471@qq.com>
Date: 星期四, 30 十一月 2023 08:41:31 +0800
Subject: [PATCH] 新增钢筋材料标识牌路由

---
 hd/pipe/secure/src/main/java/com/thhy/secure/modules/biz/regionInspection/mapper/RegionInspectionRecordMapper.java |    7 +++++++
 1 files changed, 7 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 b9be0e3..6a9766c 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);
@@ -41,6 +42,12 @@
 
 	void insertIMG(RegionInspectionRecordImgEntity regionInspectionRecordImgEntity);
 
+	List<RegionInspectionRecordImgEntity> selectImgByRecordId(String regionInspectionRecordId);
+
+
 	//小程序巡检打卡列表
 	List<Map> selectAppList(Map map);
+
+	String selectPlatUserId(String userId);
+	Map getPlatUser(String platUserId);
 }

--
Gitblit v1.9.3