去掉打印
This commit is contained in:
@@ -539,9 +539,6 @@ func syncStoreSkuNew(ctx *jxcontext.Context, parentTask tasksch.ITask, causeFlag
|
|||||||
updateList = append(updateList, calVendorPrice4StoreSku(sku, storeDetail.PricePercentagePackObj, int(storeDetail.PricePercentage)))
|
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) {
|
if model.IsSyncStatusPrice(sku.SkuSyncStatus) {
|
||||||
bareSku = storeSkuSyncInfo2Bare(calVendorPrice4StoreSku(sku, storeDetail.PricePercentagePackObj, int(storeDetail.PricePercentage)))
|
bareSku = storeSkuSyncInfo2Bare(calVendorPrice4StoreSku(sku, storeDetail.PricePercentagePackObj, int(storeDetail.PricePercentage)))
|
||||||
priceList = append(priceList, bareSku)
|
priceList = append(priceList, bareSku)
|
||||||
|
|||||||
Reference in New Issue
Block a user