Commit 3c1ebcb7 by 邓实川 Committed by chenzg

路径

parent be1d74a3
......@@ -1060,7 +1060,7 @@ public class CrmController {
} catch (IOException e) {
e.printStackTrace();
}
// 从文件中读取Excel为ExcelReader
ExcelReader reader;
// 从流中读取Excel为ExcelReader(比如从ClassPath中读取Excel文件)
......
......@@ -174,4 +174,4 @@ config-8timer:
# 客户管理导入服务器保存路径
crm-excel:
realPath: 'crm-excel/'
\ No newline at end of file
realPath: './crm-excel/'
\ 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