This commit is contained in:
邹宗楠
2023-11-20 11:47:24 +08:00
parent bda5d4eb1a
commit b38491c7db
2 changed files with 1 additions and 6 deletions

View File

@@ -279,6 +279,7 @@ func createTaoVegetable(ctx *jxcontext.Context, api *tao_vegetable.API, storeSku
vendorSkuIdMap := make(map[string]string, 0)
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)))
sku := domain585.AlibabaWdkSkuAddSkuDo{
Barcodes: utils.String2Pointer(utils.Int2Str(storeSku.SkuID)),