lxzn-module-eam/src/main/java/org/jeecg/modules/eam/mapper/xml/EamEquipmentMapper.xml
@@ -256,7 +256,7 @@ and t1.num like concat('%',#{num},'%') </if> <if test="name != null and name != ''"> and t1.num like concat('%',#{name},'%') and t1.name like concat('%',#{name},'%') </if> <if test="model != null and model != ''"> and t1.model like concat('%',#{model},'%')