优化生产制单
This commit is contained in:
parent
ccf7fa405a
commit
cce6c32bad
|
|
@ -326,7 +326,7 @@ public class SaleOrderServiceImpl implements SaleOrderService {
|
|||
Long saleContractId = generateSaleContract(saleOrder,entrys);
|
||||
|
||||
String htmlContent = generateHtmlContent(saleContractId);
|
||||
String fileName = StrUtil.format(pdfPath+"\销售合约_{}",
|
||||
String fileName = StrUtil.format(pdfPath+"\\销售合约_{}",
|
||||
new Date().getTime());
|
||||
|
||||
String templatePath = fileName + ".html";
|
||||
|
|
|
|||
Loading…
Reference in New Issue