|
|
@@ -281,6 +281,10 @@ public class GroupRelationFrontServiceImpl implements GroupRelationFrontService
|
|
|
ticket.setOrderId(orderDon.getId());
|
|
|
ticket.setTransactionId(orderDon.getTransactionId());
|
|
|
}
|
|
|
+ if (ticket.getSecondType() == 1) {
|
|
|
+ //是否完成邀请 根据订单状态
|
|
|
+ ticket.setIsComplete(orderDon.getStatus() == OrderDon.Status.complete ? true : false);
|
|
|
+ }
|
|
|
|
|
|
if (size > 1 && ticket.getGoodsId() != 18) {
|
|
|
Date payTime = null;
|