去掉打印

This commit is contained in:
苏尹岚
2020-09-09 16:03:01 +08:00
parent 6ec96a5f70
commit 64091710a4

View File

@@ -539,9 +539,6 @@ func syncStoreSkuNew(ctx *jxcontext.Context, parentTask tasksch.ITask, causeFlag
updateList = append(updateList, calVendorPrice4StoreSku(sku, storeDetail.PricePercentagePackObj, int(storeDetail.PricePercentage)))
}
}
if ctx.GetUserName() == "suyl" {
fmt.Println("testupdate", utils.Format4Output(sku, false))
}
if model.IsSyncStatusPrice(sku.SkuSyncStatus) {
bareSku = storeSkuSyncInfo2Bare(calVendorPrice4StoreSku(sku, storeDetail.PricePercentagePackObj, int(storeDetail.PricePercentage)))
priceList = append(priceList, bareSku)