SysRoleDO

This commit is contained in:
wangxiaopeng
2024-04-03 09:36:30 +08:00
parent c3ea635620
commit 70c28bc9f9

View File

@@ -347,7 +347,7 @@
ORDER BY priority
</select>
<select id="getRolesByNamesAndSource" resultType="com.coolcollege.intelligent.model.system.SysRoleDO">
<select id="getRolesByNamesAndSource" resultType="com.cool.store.entity.SysRoleDO">
select
id as id,
role_name as roleName,