From f49ed6f705319c17c41b5fcec767fca7448a8958 Mon Sep 17 00:00:00 2001 From: Hentua <wangdoubleone@gmail.com> Date: Wed, 17 Jan 2024 00:56:04 +0800 Subject: [PATCH] 会员系统 --- src/main/resources/mapper/modules/MallOrderInfoMapper.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/resources/mapper/modules/MallOrderInfoMapper.xml b/src/main/resources/mapper/modules/MallOrderInfoMapper.xml index 723b81c..d082bf8 100644 --- a/src/main/resources/mapper/modules/MallOrderInfoMapper.xml +++ b/src/main/resources/mapper/modules/MallOrderInfoMapper.xml @@ -454,7 +454,7 @@ and b.invite_id=#{inviteId} </if> <if test="type == 2"> - and b.referrer_id = #{inviteId} + and FIND_IN_SET(#{inviteId},b.referrer_ids) </if> </where> </select> -- Gitblit v1.9.1