Commit 7ef17474 by 梁辉

新增签章字段

parent 0e645039
...@@ -107,7 +107,6 @@ public class ReportService { ...@@ -107,7 +107,6 @@ public class ReportService {
} }
carReportUtil.uploadReport(currUserDept.getEpAccount(),reportPdfVo.getPath(),reportPdfVo,currUserDept.getEpPassword(),filePath); carReportUtil.uploadReport(currUserDept.getEpAccount(),reportPdfVo.getPath(),reportPdfVo,currUserDept.getEpPassword(),filePath);
} catch (Exception e) { } catch (Exception e) {
throw new BusinessException(e.getMessage()); throw new BusinessException(e.getMessage());
} finally { } finally {
//删除刚才保存的文件 //删除刚才保存的文件
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment