<select id="selectAll"
resultType="Employee">
SELECT * FROM employee
<where>
<if test="name != null">
AND name like '%${name}%'
</if>
</where>
</select>
标签:process,employee,name,SELECT,like
From: https://www.cnblogs.com/zhangcheng1234/p/17602738.html