qushaowei
2024-04-22 a862e80c1ee46a77fc8a2dacf59b0110b3669550
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},'%')