|
@@ -190,6 +190,7 @@ public class GroupRelationFrontServiceImpl implements GroupRelationFrontService
|
|
|
.last("limit 1"));
|
|
.last("limit 1"));
|
|
|
if (orderDon != null) {
|
|
if (orderDon != null) {
|
|
|
ticket.setOrderNo(orderDon.getOrderNo());
|
|
ticket.setOrderNo(orderDon.getOrderNo());
|
|
|
|
|
+ ticket.setOrderId(orderDon.getId());
|
|
|
ticket.setTransactionId(orderDon.getTransactionId());
|
|
ticket.setTransactionId(orderDon.getTransactionId());
|
|
|
}
|
|
}
|
|
|
|
|
|