Browse Source

角色名筛选校验

sunjiabei/feature-20250710132313-二期模块
sunjiabei 3 weeks ago
parent
commit
3f02250840
  1. 1
      src/main/resources/mapper/RoleMapper.xml

1
src/main/resources/mapper/RoleMapper.xml

@ -23,6 +23,7 @@
<where> <where>
role_name = #{roleName} role_name = #{roleName}
</where> </where>
limit 1
</select> </select>
<select id="selectByRoleId" resultType="com.example.demo.domain.entity.Role"> <select id="selectByRoleId" resultType="com.example.demo.domain.entity.Role">

Loading…
Cancel
Save