销售订单增加导出PI功能
This commit is contained in:
parent
e20641292a
commit
294c4e5d6e
|
|
@ -491,6 +491,7 @@ public class SaleOrderServiceImpl implements SaleOrderService {
|
|||
String templatePath = fileName + ".html";
|
||||
String pdfPath = fileName + ".pdf";
|
||||
FileUtil.writeString(htmlContent,templatePath, "UTF-8");
|
||||
log.info("已生成HTML文件111:"+System.getProperty("user.dir")+"/padfile");
|
||||
log.info("已生成HTML文件:"+templatePath);
|
||||
//请求wkapp
|
||||
JSONObject params = new JSONObject();
|
||||
|
|
|
|||
Loading…
Reference in New Issue