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