| | |
| | | |
| | | List<StreetVOS> selectStreetByAreaCode(Integer code); |
| | | |
| | | List<StreetVOStr> selectStreetByAreaCodeStr(Integer code); |
| | | |
| | | List<StreetVO> selectStreetsByAreaCode(Integer code); |
| | | |
| | | ComActAcidCheckRecordVO selectComActAcidCheckRecordById(Long id); |
| | |
| | | */ |
| | | Long isPropertyAccount(String phone); |
| | | |
| | | |
| | | String getCommunityAppId(Long communityId); |
| | | |
| | | /** |
| | | * 判读是否为自提点账号 |
| | | * |
| | |
| | | int checkPoint(String phone); |
| | | |
| | | ComShopUserAddressVO selectDefaultAddressVO(@Param("userId") String userId); |
| | | |
| | | Long selectStoreIdIdByUserId(@Param("userId") Long userId); |
| | | } |