|
@@ -257,7 +257,7 @@ public class repaymentController extends BaseController {
|
|
|
String contracts = configService.selectConfigByKey("zc_repayment_export_docx").getMsg();
|
|
|
//contracts = "C:\\Users\\chenh\\Desktop\\RepaymentList.docx";
|
|
|
// contracts = Test.class.getClassLoader().getResource("RepaymentList.docx").getPath();
|
|
|
- String fileName = "HKXQ"+ DateUtils.dateTimeNow() + ".doc";
|
|
|
+ String fileName = "HKXQ"+ DateUtils.dateTimeNow() + ".docx";
|
|
|
String filePath = directory + fileName;
|
|
|
log.info("<===================模板=================>"+filePath);
|
|
|
System.out.println(contracts);
|