| | |
| | | import com.panzhihua.common.model.vos.community.acid.ComActAcidMemberVO; |
| | | import org.apache.ibatis.annotations.Mapper; |
| | | import org.apache.ibatis.annotations.Param; |
| | | import org.apache.ibatis.annotations.*; |
| | | import org.apache.ibatis.annotations.Param; |
| | | import org.springframework.web.bind.annotation.RequestParam; |
| | | |
| | | import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
| | |
| | | IndexDataKanbanVO selectIndexDataKanban(@Param("areaCode") String areaCode); |
| | | |
| | | |
| | | List<DataKanbanDTO> selectCommunityUserOrder(@Param("areaCode")String areaCode); |
| | | IPage<DataKanbanDTO> selectCommunityUserOrder(Page page, @Param("areaCode") String areaCode); |
| | | |
| | | List<DataKanbanDTO> selectCommunityUserOrderMonth(@Param("areaCode")String areaCode); |
| | | IPage<DataKanbanDTO> selectCommunityUserOrderMonth(Page page, @Param("areaCode") String areaCode); |
| | | |
| | | |
| | | DataKanbanDTO selectCommunityActiveUserOrder(Date date1); |
| | |
| | | * @return |
| | | */ |
| | | ComActAcidMemberVO selectAcidMemberByPhone(@Param("phone") String phone); |
| | | |
| | | /** |
| | | * 根据社区名称查询区县社区联动关系 |
| | | * @param relationName |
| | | * @return |
| | | */ |
| | | List<ComAreaTownCommunityVO> selectAreaTownCommunity(@Param("relationName") String relationName); |
| | | } |