Ce site fonctionne mieux avec JavaScript.
Accueil
Explorateur
Aide
Connexion
go_rely_warehouse
/
zyos_go_mq_consume
Suivre
4
Ajouter aux favoris
0
Bifurcation
0
Code
Tickets
0
Demandes d'ajout
0
Versions
0
Wiki
Activité
Parcourir la source
更新
guide_order
huangjiajun
il y a 3 mois
Parent
7a1ab4d86f
révision
c317c9a855
3 fichiers modifiés
avec
3 ajouts
et
0 suppressions
Vue séparée
Option de Diff
Voir les Statistiques
Télécharger le Fichier Patch
Télécharger le Fichier des Différences
+1
-0
app/md/mq.go
+1
-0
app/svc/svc_order_track_save_create.go
+1
-0
app/svc/svc_order_track_save_create_update.go
+ 1
- 0
app/md/mq.go
Voir le fichier
@@ -70,6 +70,7 @@ type ZhiosGuideStoreOrder struct {
}
type ZhiosOrderFree struct {
ItemId string `json:"item_id"`
SkuId string `json:"sku_id"`
OptPvd string `json:"opt_pvd"`
OrderType string `json:"order_type"`
Pid string `json:"pid"`
+ 1
- 0
app/svc/svc_order_track_save_create.go
Voir le fichier
@@ -712,6 +712,7 @@ func OrderSaveCreate(eg *xorm.Engine, pvd string, ordData *[]md.OrderInfo, opts
}
arg := md.ZhiosOrderFree{
ItemId: newOrd.ItemId,
SkuId: newOrd.NumItemId,
OptPvd: newPvd,
OrderType: utils.IntToStr(freeOrderType),
Pid: v.Pid,
+ 1
- 0
app/svc/svc_order_track_save_create_update.go
Voir le fichier
@@ -1033,6 +1033,7 @@ func OrderSaveCreateUpdate(eg *xorm.Engine, pvd string, ordData *[]md.OrderInfo,
}
arg := md.ZhiosOrderFree{
ItemId: newOrd.ItemId,
SkuId: newOrd.NumItemId,
OptPvd: newPvd,
OrderType: utils.IntToStr(freeOrderType),
Pid: v.Pid,
Écrire
Aperçu
Chargement…
Annuler
Enregistrer