测试接口

This commit is contained in:
苏尹岚
2020-08-27 11:30:08 +08:00
parent fe61f565e4
commit 18e8027e21

View File

@@ -255,7 +255,7 @@ func CreateOrder(ctx *jxcontext.Context, jxOrder *JxOrderInfo, addressID int64,
if err = err2; err == nil {
order.AddressID = addressID
if jxOrder.IsPriceDefend == model.YES {
order.Status = model.OrderStatusNew
order.Status = model.OrderStatusAccepted
} else {
order.Status = model.OrderStatusWait4Pay
}