@@ -101,6 +101,7 @@ public class AlbumServiceImpl extends BaseServiceImpl<AlbumMapper, Album> implem
String filePath = FileUtils.getSysLocalFileUrl();
Long id = SnowFlakeUtil.getId();
String trialPdf = filePath + "/pdf/" + id + ".pdf";
+ //旧pdf 新pdf 开始编号 结束编号 分组号
int endValue = PhotoAndNegativeNumberFiller.fillNumbers(imagesPdf, trialPdf, startInt, endInt, albumDTO.getGroupNumber());
File trialPdf2 = ResourceUtil.getFile(trialPdf);