fix(print): 修复打印队列添加逻辑

- 将打印记录ID参数
This commit is contained in:
2026-01-14 10:11:07 +08:00
parent 57b71c309e
commit 6d774e4d76

View File

@@ -239,7 +239,7 @@ public class PuzzleEdgeRenderTaskService {
record.getScenicId(),
record.getFaceId(),
originalImageUrl,
record.getId()
0L // 打印特有
);
log.info("自动添加到打印队列成功: recordId={}, printRecordId={}", record.getId(), printRecordId);
} catch (Exception e) {