中扬CRM客户关系管理系统
#
luxiaotao1123
2022-11-28 5528e869fc25354fe62fbb228cfdd40e0df94dbc
src/main/resources/mapper/CstmrMapper.xml
@@ -60,6 +60,19 @@
        <choose>
            <when test="deptId != null and deptId != ''">
                AND (CHARINDEX(','+#{deptId}+',', ','+sd.path+',') > 0 OR sd.id = #{deptId})
                or
                (
                    user_id = #{userId}
                    or
                    mc.id in
                    (
                        select
                        cstmr_id
                        from man_cstmr_foll
                        where 1=1
                        and user_id = #{userId}
                    )
                )
            </when>
            <otherwise>
                and