liujie
2025-06-09 70d2a5d0f9c6951b2d4cac954041ed73582ff7eb
springcloud_k8s_panzhihuazhihuishequ/service_user/src/main/java/com/panzhihua/service_user/dao/UserDao.java
@@ -328,6 +328,13 @@
    Integer selectOrgAdmin(@Param("phone") String phone);
    /**
     * 查询绑定单位id
     * @param phone
     * @return
     */
    Long selectOrgAdminId(@Param("phone") String phone);
    /**
     * 查询报道单位id
     *
     * @param phone
@@ -382,6 +389,8 @@
    List<StreetVOS> selectStreetByAreaCode(Integer code);
    List<StreetVOStr> selectStreetByAreaCodeStr(Integer code);
    List<StreetVO> selectStreetsByAreaCode(Integer code);
@@ -443,6 +452,9 @@
     */
    Long isPropertyAccount(String phone);
    String getCommunityAppId(Long communityId);
    /**
     * 判读是否为自提点账号
     *
@@ -452,4 +464,6 @@
    int checkPoint(String phone);
    ComShopUserAddressVO selectDefaultAddressVO(@Param("userId") String userId);
    Long selectStoreIdIdByUserId(@Param("userId")  Long userId);
}