销售订单增加导出PI功能

This commit is contained in:
Mrking 2024-11-02 11:30:11 +08:00
parent 1d98827bfb
commit e20641292a
1 changed files with 1 additions and 1 deletions

View File

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