中扬CRM客户关系管理系统
#
LSH
2023-11-01 de8cae943c4cf3ff12bb4781fe122edbdf66b0c1
src/main/resources/mapper/PlanMapper.xml
@@ -83,7 +83,12 @@
            <otherwise>
                and
                (
                    user_id = #{userId}
                    <if test="condition != null and condition != ''">
                        user_id = #{userId}
                    </if>
                    <if test="condition == null or condition == ''">
                        user_id is not null
                    </if>
                    or
                    mp.id in
                    (