@ -256,7 +256,7 @@
AND rs.WO_CODE = #{q.woCode}
</if>
<if test="q.partCode != null and q.partCode != ''">
AND yo.PART_CODE = #{q.partCode}
AND yo.PART_CODE like '%' || #{q.partCode} || '%'
<if test="q.oemName!= null and q.oemName != ''">
AND oem.ABBREVIATION = '%' || #{q.oemName} || '%'