From fd17661780e6c41f32fafb5c30863677d1bcceeb Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期五, 25 十一月 2022 15:47:07 +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