From 0a206f3acb9af0ec9db650861d34a256cda1c960 Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期四, 26 二月 2026 17:48:36 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 server/dmmall_service/src/main/java/com/doumee/service/business/ShopService.java |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/server/dmmall_service/src/main/java/com/doumee/service/business/ShopService.java b/server/dmmall_service/src/main/java/com/doumee/service/business/ShopService.java
index 363448d..689a720 100644
--- a/server/dmmall_service/src/main/java/com/doumee/service/business/ShopService.java
+++ b/server/dmmall_service/src/main/java/com/doumee/service/business/ShopService.java
@@ -32,7 +32,7 @@
      * @param shop 瀹炰綋瀵硅薄
      * @return Integer
      */
-    Integer create(Shop shop);
+    Integer create(Shop shop) throws Exception;
 
     /**
      * 涓婚敭鍒犻櫎
@@ -60,7 +60,7 @@
      *
      * @param shop 瀹炰綋瀵硅薄
      */
-    void updateById(Shop shop);
+    void updateById(Shop shop) throws Exception;
 
     void updateIsRecById(Shop shop);
 
@@ -71,7 +71,7 @@
      *
      * @param shops 瀹炰綋闆�
      */
-    void updateByIdInBatch(List<Shop> shops);
+//    void updateByIdInBatch(List<Shop> shops);
 
     /**
      * 鏀寔缁存姢搴楅摵淇℃伅
@@ -198,11 +198,10 @@
 
     /**
      * 鎴戠殑瀹㈡埛淇℃伅
-     * @param request
      * @param shopId
      * @return
      */
-    List<MyCustomerResponse> myCustomer(MyCustomerRequest request, Integer shopId);
+    PageData<Member> myCustomer(PageWrap<MyCustomerRequest> pageWrap, Integer shopId);
 
     /**
      * 閿�鍞槑缁�
@@ -216,4 +215,7 @@
     String setGoodsPrice(Shop shop);
 
     PageData<ShopMoneyVO>  findPageMoney(PageWrap<Shop> pageWrap);
+
+
+    void logOut(String token,Integer shopId);
 }

--
Gitblit v1.9.3