| | |
| | | package com.panzhihua.service_jinhui_community.dao; |
| | | |
| | | import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
| | | import com.panzhihua.common.model.vos.jinhui.JinhuiCommunityServicesVO; |
| | | import com.panzhihua.common.model.vos.jinhui.JinhuiIndexInfoVO; |
| | | import com.panzhihua.common.model.vos.jinhui.JinhuiMerchantTypeVO; |
| | | import com.panzhihua.common.model.vos.jinhui.*; |
| | | import org.apache.ibatis.annotations.Mapper; |
| | | import org.apache.ibatis.annotations.Param; |
| | | |
| | |
| | | @Param("type") String type); |
| | | |
| | | |
| | | /****************************************************************************************************************** |
| | | * |
| | | * |
| | | * 手环列表 |
| | | * |
| | | * |
| | | ****************************************************************************************************************/ |
| | | |
| | | |
| | | /** |
| | | * 老人手环异常列表数量统计 |
| | | * @return |
| | | */ |
| | | String getEarlyWarningNum(@Param("disposeType") String disposeType,@Param("communityId") String communityId); |
| | | |
| | | |
| | | /** |
| | | * 老人手环异常列表 |
| | | */ |
| | | List<JinhuiOldManVO> getEarlyWarningList(@Param("disposeType") String disposeType,@Param("communityId") String communityId); |
| | | |
| | | /** |
| | | * 老人手环用户数量 |
| | | * @return |
| | | */ |
| | | String getBraceletUser(@Param("sex") String sex,@Param("communityId") String communityId); |
| | | |
| | | |
| | | /** |
| | | * 新增折线数据 |
| | | * @return |
| | | */ |
| | | List<JinhuiOldManBrokenLineVO> getEventAddPolylineData(@Param("communityId") String communityId); |
| | | |
| | | /** |
| | | * 累计折线数据 |
| | | */ |
| | | String getEventTotalPolylineDate(@Param("communityId") String communityId,@Param("date") String date); |
| | | |
| | | |
| | | /** |
| | | * 获取用户定位 状态 |
| | | * @param communityId |
| | | * @return |
| | | */ |
| | | List<JinhuiOldManUserDateVO> getOldManUserDate(@Param("communityId") String communityId); |
| | | |
| | | /** |
| | | * 获取单独用户状态 |
| | | * @param communityId |
| | | * @param equipmentNumber |
| | | * @return |
| | | */ |
| | | String getEarlyNewDate(@Param("communityId") String communityId,@Param("equipmentNumber") String equipmentNumber); |
| | | |
| | | |
| | | |
| | | |
| | | } |