From df587a823a6d61f178e43cac10403218b06c3646 Mon Sep 17 00:00:00 2001
From: rk <94314517@qq.com>
Date: 星期四, 26 二月 2026 17:41:48 +0800
Subject: [PATCH] 小程序 接口开发
---
server/dmmall_service/src/main/java/com/doumee/service/business/ShopService.java | 14 ++++++++------
1 files changed, 8 insertions(+), 6 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 21c700c..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);
/**
* 閿�鍞槑缁�
@@ -210,10 +209,13 @@
* @param shopId
* @return
*/
- SaleReportResponse saleReport(SaleReportRequest request, String shopId);
+ SaleReportResponse saleReport(SaleReportRequest request, Integer shopId);
String setGoodsPrice(Shop shop);
PageData<ShopMoneyVO> findPageMoney(PageWrap<Shop> pageWrap);
+
+
+ void logOut(String token,Integer shopId);
}
--
Gitblit v1.9.3