From 86df207c37502cce1b2043e1c7c0486459eef1d6 Mon Sep 17 00:00:00 2001
From: mitao <2763622819@qq.com>
Date: 星期四, 13 三月 2025 19:58:45 +0800
Subject: [PATCH] 党员、诉求评论基础代码

---
 springcloud_k8s_panzhihuazhihuishequ/service_user/src/main/java/com/panzhihua/service_user/dao/UserDao.java |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/springcloud_k8s_panzhihuazhihuishequ/service_user/src/main/java/com/panzhihua/service_user/dao/UserDao.java b/springcloud_k8s_panzhihuazhihuishequ/service_user/src/main/java/com/panzhihua/service_user/dao/UserDao.java
index 2dd0c57..c2bd855 100644
--- a/springcloud_k8s_panzhihuazhihuishequ/service_user/src/main/java/com/panzhihua/service_user/dao/UserDao.java
+++ b/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);
 
@@ -455,4 +464,6 @@
     int checkPoint(String phone);
 
     ComShopUserAddressVO selectDefaultAddressVO(@Param("userId") String userId);
+
+    Long selectStoreIdIdByUserId(@Param("userId")  Long userId);
 }

--
Gitblit v1.7.1