叶松
2023-11-30 433cc383e19bcbe826567b09b9ef9247fa46c228
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,7 +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);
}