From 02bbdfa10074d4ad58b25b367952d158a797903f Mon Sep 17 00:00:00 2001
From: KKSU <15274802129@163.com>
Date: Tue, 02 Jan 2024 16:04:46 +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 aae0174..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 find_in_set(#{inviteId}, b.referrer_ids)
+ and FIND_IN_SET(#{inviteId},b.referrer_ids)
</if>
</where>
</select>
--
Gitblit v1.9.1