|
|
@ -242,7 +242,7 @@ |
|
|
and pp.part_no like #{params.partNo} |
|
|
and pp.part_no like #{params.partNo} |
|
|
</if> |
|
|
</if> |
|
|
<if test="params.partDesc != null and params.partDesc != ''"> |
|
|
<if test="params.partDesc != null and params.partDesc != ''"> |
|
|
and pp.part_desc like #{params.partDesc} |
|
|
|
|
|
|
|
|
and pp.part_desc like '%'+#{params.partDesc}+'%' |
|
|
</if> |
|
|
</if> |
|
|
|
|
|
|
|
|
<if test="params.list != null and params.list.size() > 0"> |
|
|
<if test="params.list != null and params.list.size() > 0"> |
|
|
|