From 0939c615172f723635d04c58b0e6896fa43b5386 Mon Sep 17 00:00:00 2001 From: Hentua <wangdoubleone@gmail.com> Date: Tue, 23 Jan 2024 02:54:05 +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