Explorar el Código

更新

guide_order
huangjiajun hace 4 días
padre
commit
52fb9677f0
Se han modificado 1 ficheros con 5 adiciones y 1 borrados
  1. +5
    -1
      app/svc/svc_order_track_save_create.go

+ 5
- 1
app/svc/svc_order_track_save_create.go Ver fichero

@@ -584,8 +584,12 @@ func OrderSaveCreate(eg *xorm.Engine, pvd string, ordData *[]md.OrderInfo, opts
newPvd = md.PVD_JD
orderFormType = 1
}
//TODO 待确认
ServiceUid := ""
NewServiceAwardDividendRelationDb := implement.NewServiceAwardDividendRelationDb(eg)
relation, _ := NewServiceAwardDividendRelationDb.GetServiceAwardDividendRelationByUid(uid)
if relation != nil {
ServiceUid = utils.IntToStr(relation.BindUid)
}
// 插入新订单
newOrd := &model.OrdList{
ServiceUid: utils.StrToInt(ServiceUid),


Cargando…
Cancelar
Guardar