1
This commit is contained in:
@@ -267,6 +267,7 @@ func (p *PurchaseHandler) CreateStoreSkus(ctx *jxcontext.Context, storeID int, v
|
|||||||
isExd = false
|
isExd = false
|
||||||
customSkuID = int64(storeSku.SkuID)
|
customSkuID = int64(storeSku.SkuID)
|
||||||
}
|
}
|
||||||
|
globals.SugarLogger.Debugf("=====================storesku := %s", utils.Format4Output(storeSku, false))
|
||||||
params := genSkuParamsFromStoreSkuInfo2(storeSku, true, isExd)
|
params := genSkuParamsFromStoreSkuInfo2(storeSku, true, isExd)
|
||||||
if globals.EnableEbaiStoreWrite {
|
if globals.EnableEbaiStoreWrite {
|
||||||
strStoreID := utils.Int2Str(storeID)
|
strStoreID := utils.Int2Str(storeID)
|
||||||
|
|||||||
Reference in New Issue
Block a user