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