中扬CRM客户关系管理系统
#
LSH
2023-11-03 1b7cf9411e6dbf70d64dc2028fba1ee739f6966a
#
1个文件已修改
16 ■■■■ 已修改文件
src/main/resources/mapper/CstmrMapper.xml 16 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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