|
@@ -558,6 +558,7 @@ func OrderSaveCreate(eg *xorm.Engine, pvd string, ordData *[]md.OrderInfo, opts |
|
|
} |
|
|
} |
|
|
// 插入新订单 |
|
|
// 插入新订单 |
|
|
newOrd := &model.OrdList{ |
|
|
newOrd := &model.OrdList{ |
|
|
|
|
|
TaskType: v.TaskType, |
|
|
OrderFormType: orderFormType, |
|
|
OrderFormType: orderFormType, |
|
|
OrdId: oid, |
|
|
OrdId: oid, |
|
|
Uid: uid, |
|
|
Uid: uid, |
|
|