小bug修复,修改上传文件名称生成逻辑

This commit is contained in:
mi9688
2024-11-26 18:35:22 +08:00
parent 45b3381eb2
commit 032f980f34
14 changed files with 893 additions and 3 deletions

View File

@ -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)
{