|
@@ -320,7 +320,7 @@ public class UserTicketOrderServiceImpl extends
|
|
|
ticketOrder.setCouponInfo(couponIds);
|
|
|
ticketOrder.setStatus(UserTicketOrderStatusEnum.NOT_PAY);
|
|
|
// 设置推广员id
|
|
|
- if (userShareVO.getPromoterId() != null) {
|
|
|
+ if (userShareVO.getPromoterId() != null && userShareVO.getPromoterId() > 0) {
|
|
|
ticketOrder.setPromoterId(userShareVO.getPromoterId());
|
|
|
}
|
|
|
if (orderSettleVO.getPayAmt() == 0) {
|