|
|
@ -2521,7 +2521,8 @@ |
|
|
a.test_part_no like '%'+#{testPartNo}+'%' or |
|
|
a.test_part_no like '%'+#{testPartNo}+'%' or |
|
|
b.final_part_no like '%'+#{testPartNo}+'%' or |
|
|
b.final_part_no like '%'+#{testPartNo}+'%' or |
|
|
a.relevance_part_no like '%'+#{testPartNo}+'%' or |
|
|
a.relevance_part_no like '%'+#{testPartNo}+'%' or |
|
|
pcpi.customer_part_no like '%'+#{testPartNo}+'%' |
|
|
|
|
|
|
|
|
pcpi.customer_part_no like '%'+#{testPartNo}+'%' or |
|
|
|
|
|
b.part_desc like '%'+#{testPartNo}+'%' |
|
|
) |
|
|
) |
|
|
</if> |
|
|
</if> |
|
|
<if test="customerDesc != null and customerDesc != ''"> |
|
|
<if test="customerDesc != null and customerDesc != ''"> |
|
|
|