代码提交
This commit is contained in:
parent
714d1a69ac
commit
34253171e0
|
|
@ -59,7 +59,7 @@ public class FileTransferReceiveController extends BaseController {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ApiOperation(value = "档案移交接收文件")
|
@ApiOperation(value = "档案移交接收文件")
|
||||||
@GetMapping("getTransferRecordFiles")
|
@GetMapping("getTransferReceiceFiles")
|
||||||
@SysLog(title = "档案移交接收文件", module = "数据/档案移交->档案移交接收管理", businessType = OperaType.QUERY, details = "档案移交接收文件", logType = 1)
|
@SysLog(title = "档案移交接收文件", module = "数据/档案移交->档案移交接收管理", businessType = OperaType.QUERY, details = "档案移交接收文件", logType = 1)
|
||||||
public AjaxResult getTransferRecordFiles(TransferFileDto dto) {
|
public AjaxResult getTransferRecordFiles(TransferFileDto dto) {
|
||||||
try {
|
try {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue