中扬CRM客户关系管理系统
#
luxiaotao1123
2022-11-25 4d2d8d672015c4d741c41026c6efbbdc4bb05df3
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