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