代码提交

This commit is contained in:
liang.chao 2025-09-19 11:16:54 +08:00
parent 17ce0729eb
commit b13afd12d7
1 changed files with 0 additions and 3 deletions

View File

@ -137,10 +137,7 @@ public class TransferApplyController extends BaseController {
}
}
@ApiOperation(value = "档案移交申请列表")
@GetMapping("getTransferApplyFiles")
@SysLog(title = "档案移交申请列表", module = "数据/档案移交->档案移交申请", businessType = OperaType.QUERY, details = "档案移交申请列表", logType = 1)
@RequiresPermissions("transfer:apply:list")
public AjaxResult getTransferApplyFiles(TransferApplyDto dto) {
try {
List<DaKyProFilesContentsDto> list = transferApplyService.getTransferApplyFiles(dto);