无关风月
2025-06-17 6e7850f30ac3844ba9929dc46e1b13b21cdcc010
ruoyi-system/src/main/resources/mapper/system/TProblemEscalationMapper.xml
@@ -31,8 +31,8 @@
        left join sys_user t2 on t1.escalation_id = t2.user_id
        left join t_dict_data t3 on t1.escalation_type = t3.id
        where 1=1
        <if test="query.feedbackContent != null and query.feedbackContent != ''">
            and t1.feedback_content like concat('%',#{query.feedbackContent},'%')
        <if test="query.escalationContent != null and query.escalationContent != ''">
            and t1.escalation_content like concat('%',#{query.escalationContent},'%')
        </if>
          and t3.data_type = 3
        and t1.disabled = ${@com.ruoyi.common.enums.DisabledEnum@NO.getCode()}