From 5c6f0022bd4227d64f846ea16741f8463b5e4286 Mon Sep 17 00:00:00 2001
From: rk <94314517@qq.com>
Date: 星期五, 27 二月 2026 18:31:47 +0800
Subject: [PATCH] 小程序   接口开发

---
 server/dmmall_service/src/main/java/com/doumee/dao/business/ShopMapper.java |   19 -------------------
 1 files changed, 0 insertions(+), 19 deletions(-)

diff --git a/server/dmmall_service/src/main/java/com/doumee/dao/business/ShopMapper.java b/server/dmmall_service/src/main/java/com/doumee/dao/business/ShopMapper.java
index 4bcd2be..e2b9c03 100644
--- a/server/dmmall_service/src/main/java/com/doumee/dao/business/ShopMapper.java
+++ b/server/dmmall_service/src/main/java/com/doumee/dao/business/ShopMapper.java
@@ -13,23 +13,4 @@
  */
 public interface ShopMapper extends BaseMapper<Shop> {
 
-
-    /**
-     * 娣诲姞绉垎
-     * @param memberId
-     * @param integral
-     */
-    @Select(" update shop set INTEGRAL = ifNull( INTEGRAL,0) + #{integral} , TOTAL_INTEGRAL = ifNull(TOTAL_INTEGRAL,0) +  #{titleIntegral}   , EDIT_DATE = now()  where id = #{shopId}  ")
-    void addIntegral(@Param("shopId") Integer shopId , @Param("integral") BigDecimal integral , @Param("titleIntegral")BigDecimal titleIntegral);
-
-    /**
-     * 鍑忓皯绉垎
-     * @param memberId
-     * @param integral
-     */
-    @Select(" update shop set INTEGRAL = ifNull( INTEGRAL,0) - #{integral} , EDIT_DATE = now()   where id = #{shopId}  ")
-    void subtractIntegral(@Param("shopId") Integer shopId , @Param("integral")BigDecimal integral);
-
-
-
 }

--
Gitblit v1.9.3