From 4d2d8d672015c4d741c41026c6efbbdc4bb05df3 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期五, 25 十一月 2022 16:52:28 +0800
Subject: [PATCH] #
---
src/main/resources/mapper/PlanMapper.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/resources/mapper/PlanMapper.xml b/src/main/resources/mapper/PlanMapper.xml
index 7d278b0..b21aedf 100644
--- a/src/main/resources/mapper/PlanMapper.xml
+++ b/src/main/resources/mapper/PlanMapper.xml
@@ -73,8 +73,8 @@
mp.id in
(
select
- order_id
- from man_order_foll
+ plan_id
+ from man_plan_foll
where 1=1
and user_id = #{userId}
)
--
Gitblit v1.9.1