@ -41,7 +41,7 @@
left join base_equipment be on be.equipment_code = mlp.line_code
<where>
<if test="lineCode != null and lineCode != ''">
and mlp.line_code like concat('%', #{lineName}, '%')
and mlp.line_code like concat('%', #{lineCode}, '%')
</if>
<if test="lineName != null and lineName != ''">
and be.equipment_name like concat('%', #{lineName}, '%')