@ -12,7 +12,7 @@
AND status = #{status}
</if>
<if test="name != null and '' != name">
AND `name` LIKE CONCAT(#{name},'%')
AND `name` LIKE CONCAT('%',#{name},'%')
</where>
</select>