|
|
|
@ -31,6 +31,9 @@ |
|
|
|
<if test="query.itemDesc != null and query.itemDesc != ''"> |
|
|
|
AND ppi.ItemDesc LIKE '%' + #{query.itemDesc} + '%' |
|
|
|
</if> |
|
|
|
<if test="query.valueType != null and query.valueType != ''"> |
|
|
|
AND ppi.valueType LIKE '%' + #{query.valueType} + '%' |
|
|
|
</if> |
|
|
|
</where> |
|
|
|
order by ppi.ItemType, ppi.ItemNo |
|
|
|
</select> |
|
|
|
|