销售订单增加导出PI功能

This commit is contained in:
Mrking 2024-11-02 11:36:19 +08:00
parent e20641292a
commit 294c4e5d6e
1 changed files with 1 additions and 0 deletions

View File

@ -491,6 +491,7 @@ public class SaleOrderServiceImpl implements SaleOrderService {
String templatePath = fileName + ".html";
String pdfPath = fileName + ".pdf";
FileUtil.writeString(htmlContent,templatePath, "UTF-8");
log.info("已生成HTML文件111"+System.getProperty("user.dir")+"/padfile");
log.info("已生成HTML文件"+templatePath);
//请求wkapp
JSONObject params = new JSONObject();