叶松
2023-11-27 19eefcf5f39fd6ae3e161f978b74d92353585fc7
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,