销售订单增加导出PI功能
This commit is contained in:
parent
47ca534052
commit
12638209f7
|
|
@ -499,6 +499,7 @@ public class SaleOrderServiceImpl implements SaleOrderService {
|
|||
String input_html_path = fileName2 + ".html";
|
||||
params.put("input_html_path",input_html_path);
|
||||
params.put("output_pdf_path",pdfPath);
|
||||
log.info("请求wkapp接口url:"+wkappUrl+"/exehtmltopdf");
|
||||
String result = HttpUtil.post(wkappUrl + "/exehtmltopdf", params, 5 * 60 * 1000);
|
||||
log.info("请求wkapp接口返回结果:"+result);
|
||||
//WKHtmlToPdfUtil.convert(templatePath, pdfPath);
|
||||
|
|
|
|||
Loading…
Reference in New Issue