|
|
@@ -164,7 +164,6 @@ public class OnlineOrder extends BaseTimeEntity {
|
|
|
this.payStatus = OnlinePayStatus.WAIT_PAY;
|
|
|
this.refundStatus = OnlineOrderRefundStatus.UNREFUNDED;
|
|
|
this.cancelType = OnlineOrderCancelType.UNCANCELED;
|
|
|
- this.payType = OnlineOrderPayType.WECHAT;
|
|
|
this.orderNo = buildOrderNo();
|
|
|
this.sendPoint = BigDecimal.ZERO;
|
|
|
this.subsidyAmount = BigDecimal.ZERO;
|