中扬CRM客户关系管理系统
LSH
2023-08-03 7fee45e68785dfba91f803772a4aef9017a2a811
src/main/resources/mapper/PlanMapper.xml
@@ -64,19 +64,32 @@
        <choose>
            <when test="deptId != null and deptId != ''">
                AND (CHARINDEX(','+#{deptId}+',', ','+sd.path+',') > 0 OR sd.id = #{deptId})
                or
                (
                    user_id = #{userId}
                    or
                    mp.id in
                    (
                        select
                        plan_id
                        from man_plan_foll
                        where 1=1
                        and user_id = #{userId}
                    )
                )
            </when>
            <otherwise>
                and
                (
                user_id = #{userId}
                or
                mp.id in
                (
                    select
                    order_id
                    from man_order_foll
                    where 1=1
                    and user_id = #{userId}
                    user_id = #{userId}
                    or
                    mp.id in
                    (
                        select
                        plan_id
                        from man_plan_foll
                        where 1=1
                        and user_id = #{userId}
                    )
                )
            </otherwise>