销售订单增加导出PI功能
This commit is contained in:
parent
bb8e93cfc6
commit
a1f6556df5
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue