代码提交

This commit is contained in:
liang.chao 2025-09-17 13:35:37 +08:00
parent c80b14999f
commit eeb590d056
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ public class FileManagementController extends BaseController {
@PostMapping("updateFileManageRight")
@SysLog(title = "修改档案", module = "档案管理->档案目录管理", businessType = OperaType.UPDATE, details = "修改档案", logType = 1)
@RequiresPermissions("file:manage:update")
public R updateFileManage(@RequestBody @Validated DaKyProFilesContentsVo dto) {
public R updateFileManage(@ModelAttribute @Validated DaKyProFilesContentsVo dto) {
try {
return fileManageService.updateFileManage(dto);
} catch (Exception e) {