优化生产制单

This commit is contained in:
Mrking 2024-10-23 22:24:19 +08:00
parent eeed462ef4
commit 8a3ddf222f
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";