小bug修复,修改上传文件名称生成逻辑
This commit is contained in:
@ -206,7 +206,7 @@ public class SysRoleServiceImpl implements ISysRoleService
|
||||
* @param roleId 角色ID
|
||||
* @return 角色对象信息
|
||||
*/
|
||||
@Cacheable(value = "role", key = "#root.methodName + '_' + #roleId", unless = "#result == null")
|
||||
// @Cacheable(value = "role", key = "#root.methodName + '_' + #roleId", unless = "#result == null")
|
||||
@Override
|
||||
public SysRole selectRoleById(Long roleId)
|
||||
{
|
||||
|
Reference in New Issue
Block a user