فهرست منبع

修改发票管理问题

y 2 سال پیش
والد
کامیت
55a2fca03e

+ 1 - 1
src/main/java/com/ydtech/modules/inv/utils/EasyExcelUtils.java

@@ -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) {

+ 0 - 0
资金申请单模板.xlsx → src/main/resources/template/资金申请单模板.xlsx