Browse Source

更新

guide_order
huangjiajun 6 months ago
parent
commit
65e580d4fc
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      app/svc/svc_order_track_save_create.go

+ 1
- 0
app/svc/svc_order_track_save_create.go View File

@@ -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,


Loading…
Cancel
Save