| | |
| | | void delete(String id); |
| | | //根据任务id删除记录 |
| | | 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, |
| | |
| | | |
| | | void insertIMG(RegionInspectionRecordImgEntity regionInspectionRecordImgEntity); |
| | | |
| | | List<RegionInspectionRecordImgEntity> selectImgByRecordId(String regionInspectionRecordId); |
| | | |
| | | |
| | | //小程序巡检打卡列表 |
| | | List<Map> selectAppList(Map map); |
| | | |
| | | String selectPlatUserId(String userId); |
| | | Map getPlatUser(String platUserId); |
| | | } |