| | |
| | | String filename = filePath.substring(filePath.lastIndexOf(File.separator)+1); |
| | | FileUtil.download(response,absolutePath,filename); |
| | | //记录日志 |
| | | logService.recordOperationLog(ActionUtil.getUser().getId(),ActionUtil.getUser().getName(), UserOperation.TYPE_DOWNLOAD_New.getType(),new Date(),req.getRemoteAddr(),filename,absolutePath); |
| | | logService.recordOperationLog(ActionUtil.getUser().getId(),ActionUtil.getUser().getName(), UserOperation.TYPE_DOWNLOAD_NEW.getType(),new Date(),req.getRemoteAddr(),filename,absolutePath); |
| | | } |
| | | |
| | | public Response getListPage(ProcedureDoc procedureDoc, int pageNum, int pageSize) { |