|
|
@ -10,6 +10,9 @@ |
|
|
|
<if test="param.type != null "> |
|
|
|
<if test="param.type != null "> |
|
|
|
and type = #{param.type} |
|
|
|
and type = #{param.type} |
|
|
|
</if> |
|
|
|
</if> |
|
|
|
|
|
|
|
<if test="param.brand != null and param.brand != ''"> |
|
|
|
|
|
|
|
and brand = #{param.brand} |
|
|
|
|
|
|
|
</if> |
|
|
|
<if test="param.category != null and param.category != ''"> |
|
|
|
<if test="param.category != null and param.category != ''"> |
|
|
|
and category = #{param.category} |
|
|
|
and category = #{param.category} |
|
|
|
</if> |
|
|
|
</if> |
|
|
|