Lius
2024-11-22 a6954d841cf6aeed8c3ed7e7d409d25bedc318e6
lxzn-module-eam/src/main/java/org/jeecg/modules/eam/mapper/xml/EquipmentChangeMapper.xml
@@ -22,8 +22,8 @@
        <if test="num != 'null' and num != ''">
            and num like concat('%',#{num},'%')
        </if>
        <if test="auditStatus != 'null' and auditStatus != ''">
            and audit_status like concat('%',#{auditStatus},'%')
        <if test="name != 'null' and name != ''">
            and audit_status like concat('%',#{name},'%')
        </if>
        <if test="changeMethod != 'null' and changeMethod != ''">
            and change_method like concat('%',#{changeMethod},'%')