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