Commit 3f1ceba4 authored by qinhu's avatar qinhu

Merge remote-tracking branch 'origin/master'

parents bb485650 af021c9e
......@@ -5,6 +5,7 @@
<sql id="where">
<where>
e.id is not null
<if test="params.brand != null and params.brand != ''">
and e.brand = #{params.brand}
</if>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment