| | |
| | | Integer selectOrgAdmin(@Param("phone") String phone); |
| | | |
| | | /** |
| | | * 查询绑定单位id |
| | | * @param phone |
| | | * @return |
| | | */ |
| | | Long selectOrgAdminId(@Param("phone") String phone); |
| | | |
| | | /** |
| | | * 查询报道单位id |
| | | * |
| | | * @param phone |
| | |
| | | |
| | | |
| | | List<StreetVOS> selectStreetByAreaCode(Integer code); |
| | | |
| | | List<StreetVOStr> selectStreetByAreaCodeStr(Integer code); |
| | | |
| | | List<StreetVO> selectStreetsByAreaCode(Integer code); |
| | | |
| | |
| | | */ |
| | | Long isPropertyAccount(String phone); |
| | | |
| | | |
| | | String getCommunityAppId(Long communityId); |
| | | |
| | | /** |
| | | * 判读是否为自提点账号 |
| | | * |
| | |
| | | int checkPoint(String phone); |
| | | |
| | | ComShopUserAddressVO selectDefaultAddressVO(@Param("userId") String userId); |
| | | |
| | | Long selectStoreIdIdByUserId(@Param("userId") Long userId); |
| | | } |