|
|
@@ -461,7 +461,7 @@ public class NotaryOrderServiceImpl extends ServiceImpl<NotaryOrderMapper, Notar
|
|
|
notaryOrderFile.setCode(code);
|
|
|
notaryOrderFile.setDocNo(String.valueOf(currentNum));
|
|
|
notaryOrderFile.setHtmlUrl(htmlPath);
|
|
|
- notaryOrderFile.setPdfUrl(htmlPath);
|
|
|
+ notaryOrderFile.setPdfUrl(pdfPath);
|
|
|
notaryOrderFile.setSortNum(modelEntity.getSort());
|
|
|
notaryOrderFile.setCreateTime(new Date());
|
|
|
notaryOrderFile.setCreatorId(SecurityUtils.getCurrentUserId());
|