You've already forked FrameTour-BE
feat(printer): 添加sourceId字段并优化打印逻辑
- 在MemberPrintResp中新增sourceId字段 - 优化PrinterServiceImpl中的水印处理逻辑 - 添加sourceId为空时的返回判断,避免空指针异常
This commit is contained in:
@@ -8,6 +8,7 @@ import java.util.Date;
|
||||
public class MemberPrintResp {
|
||||
private Integer id;
|
||||
private Long scenicId;
|
||||
private Long sourceId;
|
||||
private String scenicName;
|
||||
private Long faceId;
|
||||
private Long memberId;
|
||||
|
||||
Reference in New Issue
Block a user