| | |
| | | import org.apache.ibatis.annotations.Param; |
| | | import org.apache.ibatis.annotations.Select; |
| | | |
| | | import java.util.Map; |
| | | |
| | | /** |
| | | * @auther txb |
| | | * @create 2021-07-23 14:38:38 |
| | |
| | | * @return 分页集合 |
| | | */ |
| | | IPage<ComSwPatrolRecordVO> pagePatrolRecord(Page page, @Param("comSwPatrolRecordDTO") ComSwPatrolRecordPageDTO comSwPatrolRecordPageDTO); |
| | | |
| | | Map<String,String> getPbServiceTeamById(@Param("teamId") String teamId); |
| | | |
| | | Map<String,Object> getPbServiceTeamCardNo(@Param("userId") String userId); |
| | | |
| | | String getCreateName(@Param("userId") Long userId); |
| | | |
| | | Map<String,String> getPatrolPersonName(@Param("dangerId") Long dangerId); |
| | | } |