From a9a135c5335da70dbce202aa7ecb6fc9d52849f0 Mon Sep 17 00:00:00 2001 From: winter Date: Mon, 13 Nov 2023 21:29:49 +0800 Subject: [PATCH] fix --- .../src/main/resources/mapper/WxCUserBasicInfoMapper.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/suimangService/src/main/resources/mapper/WxCUserBasicInfoMapper.xml b/suimangService/src/main/resources/mapper/WxCUserBasicInfoMapper.xml index 0466a9f..58b5c77 100644 --- a/suimangService/src/main/resources/mapper/WxCUserBasicInfoMapper.xml +++ b/suimangService/src/main/resources/mapper/WxCUserBasicInfoMapper.xml @@ -582,11 +582,11 @@ - UPDATE wx_c_user_basic_info set points = points - #{reductPoints} where id = #{id} + UPDATE wx_c_user_basic_info set poins = poins - #{reductPoints} where id = #{id} - UPDATE wx_c_user_basic_info set points = points + #{addPoints} where id = #{id} + UPDATE wx_c_user_basic_info set poins = poins + #{addPoints} where id = #{id} \ No newline at end of file