| | |
| | | import com.panzhihua.common.model.vos.community.acid.ComActAcidMemberVO; |
| | | import com.panzhihua.common.model.vos.community.acid.ComActAcidRecordVO; |
| | | import com.panzhihua.common.model.vos.sanshuo.ComSanshuoExpertVO; |
| | | import com.panzhihua.common.model.vos.shop.ComShopUserAddressVO; |
| | | import com.panzhihua.common.model.vos.user.*; |
| | | import org.apache.ibatis.annotations.Mapper; |
| | | import org.apache.ibatis.annotations.Param; |
| | |
| | | |
| | | DataKanbanDTO selectCommunityAddUserOrder(@Param("areaCode") String areaCode, @Param("date1") Date date1); |
| | | |
| | | List<UsersStatisticsDTO> selectDailyAdd(@Param("createAt") String createAt, @Param("appId") String appId); |
| | | List<UsersStatisticsDTO> selectDailyAdd(@Param("createAt") String createAt, @Param("appId") String appId); |
| | | |
| | | List<UsersStatisticsDTO> selectActive(@Param("lastLoginTime") String lastLoginTime, @Param("appId") String appId); |
| | | |
| | |
| | | |
| | | List<StreetVOS> selectStreetByAreaCode(Integer code); |
| | | |
| | | List<StreetVOStr> selectStreetByAreaCodeStr(Integer code); |
| | | |
| | | List<StreetVO> selectStreetsByAreaCode(Integer code); |
| | | |
| | | ComActAcidCheckRecordVO selectComActAcidCheckRecordById(Long id); |
| | |
| | | |
| | | /** |
| | | * 查询两个appid的用户做更新 |
| | | * |
| | | * @param userId |
| | | * @return |
| | | */ |
| | |
| | | |
| | | /** |
| | | * 是否为党员 |
| | | * */ |
| | | int isDpcMember(@Param("phone") String phone,@Param("name")String name); |
| | | */ |
| | | int isDpcMember(@Param("phone") String phone, @Param("name") String name); |
| | | |
| | | /** |
| | | * 是否为物业公司后台账号 |
| | | * */ |
| | | */ |
| | | Long isPropertyAccount(String phone); |
| | | |
| | | |
| | | String getCommunityAppId(Long communityId); |
| | | |
| | | /** |
| | | * 判读是否为自提点账号 |
| | | * |
| | | * @param phone |
| | | * @return |
| | | */ |
| | | int checkPoint(String phone); |
| | | |
| | | ComShopUserAddressVO selectDefaultAddressVO(@Param("userId") String userId); |
| | | |
| | | Long selectStoreIdIdByUserId(@Param("userId") Long userId); |
| | | } |