@@ -229,6 +229,7 @@ public class RenewalView {
* 关联邮箱 接收邮件
*/
@DbField("a.relate_email")
+ @JsonIgnore
private String relateEmail;
/**
@@ -293,6 +293,9 @@ public class GroupRelationFrontServiceImpl implements GroupRelationFrontService
}
if (ticket.getSkuNum() != null && ticket.getSkuNum() == 1) {
+ }
+ if (ticket.getSkuNum() != 300) {
+ ticket.setEmail(null);
//设置镜像车票信息
setMirrorTicketInfo(ticket);