From 8c117c9844f34dbb3f4ac894b6adce7b28530fa6 Mon Sep 17 00:00:00 2001
From: KKSU <15274802129@163.com>
Date: Fri, 14 Feb 2025 13:34:33 +0800
Subject: [PATCH] style(sellVipList):调整操作列宽度

---
 src/main/resources/mapper/modules/MallMemberWalletMapper.xml |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/main/resources/mapper/modules/MallMemberWalletMapper.xml b/src/main/resources/mapper/modules/MallMemberWalletMapper.xml
index 23a7bb6..2a37ee5 100644
--- a/src/main/resources/mapper/modules/MallMemberWalletMapper.xml
+++ b/src/main/resources/mapper/modules/MallMemberWalletMapper.xml
@@ -55,5 +55,9 @@
     <update id="updateScore">
         UPDATE mall_member_wallet
         SET score = 0
+        where  id IN
+        <foreach collection = "list" item = "item"  separator=","  open = "(" close = ")" >
+            #{item}
+        </foreach >
     </update>
 </mapper>
\ No newline at end of file

--
Gitblit v1.9.1