|
|
@@ -227,7 +227,7 @@ public class EasyExcelUtils {
|
|
|
*/
|
|
|
public String downAccountExcel(String uploadFilePath, List<InvAccountExcel> invAccountExcel, List<InvAccountProfit> invAccountProfit) {
|
|
|
// 加载模板
|
|
|
- String templateFile = "资金申请单模板.xlsx";
|
|
|
+ String templateFile = "src/main/resources/template/资金申请单模板.xlsx";
|
|
|
List<InvAccountExcel> list = new ArrayList<>();
|
|
|
// 获取工作表并填充
|
|
|
for (InvAccountExcel excel : invAccountExcel) {
|