From d03851da2ae1227f95f351a845b24fd1244656e9 Mon Sep 17 00:00:00 2001
From: yanghui <2536613402@qq.com>
Date: 星期一, 28 十一月 2022 17:21:09 +0800
Subject: [PATCH] Merge branch 'local_20221104' into huacheng_test

---
 springcloud_k8s_panzhihuazhihuishequ/service_user/src/main/java/com/panzhihua/service_user/dao/UserDao.java |    5 +++++
 1 files changed, 5 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 4ec179b..1e4fad7 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
@@ -443,6 +443,9 @@
      */
     Long isPropertyAccount(String phone);
 
+
+    String getCommunityAppId(Long communityId);
+
     /**
      * 判读是否为自提点账号
      *
@@ -452,4 +455,6 @@
     int checkPoint(String phone);
 
     ComShopUserAddressVO selectDefaultAddressVO(@Param("userId") String userId);
+
+    Long selectStoreIdIdByUserId(@Param("userId")  Long userId);
 }

--
Gitblit v1.7.1