lxzn-module-eam/src/main/java/org/jeecg/modules/eam/mapper/xml/EamEquipmentMapper.xml
@@ -292,6 +292,9 @@ <if test="isLineEquip != null and isLineEquip != ''"> and t1.is_line_equip = #{isLineEquip} </if> <if test="isLine != null and isLine != ''"> and t1.is_line = #{isLine} </if> <if test="specificEquipment != null and specificEquipment != ''"> and t1.specific_equipment = #{specificEquipment} </if>