1
This commit is contained in:
@@ -281,6 +281,7 @@ func createTaoVegetable(ctx *jxcontext.Context, api *tao_vegetable.API, storeSku
|
||||
for _, storeSku := range storeSkuList {
|
||||
globals.SugarLogger.Debugf("==============storeSku := %s", utils.Format4Output(storeSku, false))
|
||||
price := utils.String2Pointer(utils.Float64ToStr(utils.Int64ToFloat64(storeSku.VendorPrice) / utils.Int64ToFloat64(100)))
|
||||
globals.SugarLogger.Debugf("==============price := %s", utils.Format4Output(price, false))
|
||||
sku := domain585.AlibabaWdkSkuAddSkuDo{
|
||||
Barcodes: utils.String2Pointer(utils.Int2Str(storeSku.SkuID)),
|
||||
BrandName: utils.String2Pointer(tao_vegetable.CreateSkuBrandName),
|
||||
|
||||
Reference in New Issue
Block a user