优化生产制单

This commit is contained in:
Mrking 2024-10-23 22:31:22 +08:00
parent ccf7fa405a
commit cce6c32bad
1 changed files with 1 additions and 1 deletions

View File

@ -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";