Commit b8475d63 authored by 刘鹏程's avatar 刘鹏程

Update jad.md

parent fa405cd3
...@@ -76,7 +76,7 @@ excelService.saveExportInfo(sqlId,iRequest,config,rowMaxNumber); ...@@ -76,7 +76,7 @@ excelService.saveExportInfo(sqlId,iRequest,config,rowMaxNumber);
3. 运行Excel导出程序(获取该程序,请联系部门相关负责人) 3. 运行Excel导出程序(获取该程序,请联系部门相关负责人)
```shell ```shell
java -jar hel-batch-parent.jar & java -jar hls-batch-parent.jar &
``` ```
4. Excel导出情况查询 4. Excel导出情况查询
用户若是为管理员身份,则查询全部人的导出情况,否则只显示当前用户的导出数据 用户若是为管理员身份,则查询全部人的导出情况,否则只显示当前用户的导出数据
...@@ -103,4 +103,4 @@ excel.downloadExcel(filePath, fileName, request, response); ...@@ -103,4 +103,4 @@ excel.downloadExcel(filePath, fileName, request, response);
| request | HttpServletRequest | 用户的请求对象 | | request | HttpServletRequest | 用户的请求对象 |
| response | HttpServletResponse | 用户的响应对象 | | response | HttpServletResponse | 用户的响应对象 |
**下载前,需要检查config.properties文件中的export.offerUrl配置项是否配置正确,且为hel-batch-parent.jar提供的文件下载url** **下载前,需要检查config.properties文件中的export.offerUrl配置项是否配置正确,且为hls-batch-parent.jar提供的文件下载url**
\ No newline at end of file \ No newline at end of file
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