销售订单增加导出PI功能

This commit is contained in:
Mrking 2024-11-02 15:14:55 +08:00
parent bb8e93cfc6
commit a1f6556df5
1 changed files with 1 additions and 1 deletions

View File

@ -503,7 +503,7 @@ public class SaleOrderServiceImpl implements SaleOrderService {
log.info("已生成HTML文件"+templatePath);
//请求wkapp
JSONObject params = new JSONObject();
params.put("input_html_path",templatePath2);
params.put("input_html_path","file://"+templatePath2);
params.put("output_pdf_path",pdfPath2);
log.info("请求wkapp接口url"+wkappUrl+"/exehtmltopdf");
String result = HttpUtil.post(wkappUrl + "/exehtmltopdf", params, 5 * 60 * 1000);