|
@@ -1031,7 +1031,7 @@ public class LoanApplicationServiceImpl implements ILoanApplicationService {
|
|
|
fileDir = RuoYiConfig.getProfile() + "/mb/temporarily/" + loanApplicationNumber + "/" + fileNameHz;
|
|
|
sheet = ExcelFillUtils.fillOneSheet(templatePath, fileDir, "Sheet1", list);
|
|
|
|
|
|
- path = sheet;
|
|
|
+ path = path + "/" + fileNameHz;
|
|
|
break;
|
|
|
case "13":
|
|
|
//params.put("enterpriseName", loanApplication.getEnterpriseName());
|
|
@@ -1047,7 +1047,7 @@ public class LoanApplicationServiceImpl implements ILoanApplicationService {
|
|
|
fileNameHz = fileName + ".xlsx";
|
|
|
fileDir = RuoYiConfig.getProfile() + "/mb/temporarily/" + loanApplicationNumber + "/" + fileNameHz;
|
|
|
sheet = ExcelFillUtils.fillOneSheet(templatePath, fileDir, "Sheet1", list);
|
|
|
- path = sheet;
|
|
|
+ path = path + "/" + fileNameHz;
|
|
|
break;
|
|
|
case "14":
|
|
|
//params.put("enterpriseName", loanApplication.getEnterpriseName());
|
|
@@ -1063,7 +1063,7 @@ public class LoanApplicationServiceImpl implements ILoanApplicationService {
|
|
|
fileNameHz = fileName + ".xlsx";
|
|
|
fileDir = RuoYiConfig.getProfile() + "/mb/temporarily/" + loanApplicationNumber + "/" + fileNameHz;
|
|
|
sheet = ExcelFillUtils.fillOneSheet(templatePath, fileDir, "Sheet1", list);
|
|
|
- path = sheet;
|
|
|
+ path = path + "/" + fileNameHz;
|
|
|
break;
|
|
|
default:
|
|
|
break;
|