|
|
@ -1209,8 +1209,8 @@ |
|
|
<if test = "query.spec != null and query.spec != ''"> |
|
|
<if test = "query.spec != null and query.spec != ''"> |
|
|
AND spec LIKE '%' + #{query.spec} + '%' |
|
|
AND spec LIKE '%' + #{query.spec} + '%' |
|
|
</if> |
|
|
</if> |
|
|
<if test = "query.familyName != null and query.familyName != ''"> |
|
|
|
|
|
AND invtype LIKE '%' + #{query.familyName} + '%' |
|
|
|
|
|
|
|
|
<if test = "query.partType != null and query.partType != ''"> |
|
|
|
|
|
AND partType LIKE '%' + #{query.partType} + '%' |
|
|
</if> |
|
|
</if> |
|
|
</where> |
|
|
</where> |
|
|
</select> |
|
|
</select> |
|
|
|