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} ) @@ -89,7 +89,6 @@ mp.uuid like concat('%',#{condition},'%') or mp.name like concat('%',#{condition},'%') or mp.planner like concat('%',#{condition},'%') or mp.remarks like concat('%',#{condition},'%') ) </if> ORDER BY mp.create_time DESC