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

fencang
x_z 3 years ago
parent b3a419db6b
commit edc6870a15

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

Loading…
Cancel
Save