中扬CRM客户关系管理系统
#
LSH
2023-11-03 1b7cf9411e6dbf70d64dc2028fba1ee739f6966a
src/main/resources/mapper/CstmrMapper.xml
@@ -170,9 +170,9 @@
                and
                (
                <if test="userId != null and userId != ''">
                    mc.mp.user_id = #{userId}
                    mc.user_id = #{userId}
                    or
                    mc.mp.director = #{userId}
                    mc.director = #{userId}
                    or
                </if>
                mc.id in
@@ -273,9 +273,9 @@
                and
                (
                <if test="userId != null and userId != ''">
                    mc.mp.user_id = #{userId}
                    mc.user_id = #{userId}
                    or
                    mc.mp.director = #{userId}
                    mc.director = #{userId}
                    or
                </if>
                mc.id in
@@ -445,9 +445,9 @@
                and
                (
                <if test="userId != null and userId != ''">
                    mc.mp.user_id = #{userId}
                    mc.user_id = #{userId}
                    or
                    mc.mp.director = #{userId}
                    mc.director = #{userId}
                    or
                </if>
                mc.id in
@@ -554,9 +554,9 @@
                and
                (
                <if test="userId != null and userId != ''">
                    mc.mp.user_id = #{userId}
                    mc.user_id = #{userId}
                    or
                    mc.mp.director = #{userId}
                    mc.director = #{userId}
                    or
                </if>
                mc.id in