md
This commit is contained in:
parent
2cdd3defa2
commit
eb66fb9962
@ -33,6 +33,7 @@
|
||||
<select id="selectEmisBrandList" parameterType="EmisBrand" resultMap="EmisBrandResult">
|
||||
<include refid="selectEmisBrandVo"/>
|
||||
<where>
|
||||
del_flag = '0'
|
||||
<if test="id != null "> and id = #{id}</if>
|
||||
<if test="code != null and code != ''"> and code like concat('%', #{code}, '%')</if>
|
||||
<if test="name != null and name != ''"> and name like concat('%', #{name}, '%')</if>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user