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