1.修改角色名称模糊查询

fencang
x_z 3 years ago
parent b3a419db6b
commit edc6870a15

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

Loading…
Cancel
Save