去掉打印
This commit is contained in:
@@ -460,6 +460,9 @@ func syncStoreSkuNew(ctx *jxcontext.Context, parentTask tasksch.ITask, causeFlag
|
||||
}
|
||||
now := jxutils.OperationTime2HourMinuteFormat(time.Now())
|
||||
var failedList []*partner.StoreSkuInfoWithErr
|
||||
if storeID == 667481 {
|
||||
fmt.Println("fffffffffffffffffffffffffffffffffffffffffffffff", len(skus))
|
||||
}
|
||||
for _, sku := range skus {
|
||||
if vendorID == model.VendorIDJDShop && storeID != model.JdShopMainStoreID {
|
||||
if sku.SkuSyncStatus != 0 {
|
||||
@@ -476,9 +479,6 @@ func syncStoreSkuNew(ctx *jxcontext.Context, parentTask tasksch.ITask, causeFlag
|
||||
}
|
||||
var bareSku *partner.StoreSkuInfo
|
||||
isNeedReorder := false
|
||||
if storeID == 667481 {
|
||||
fmt.Println("fffffffffffffffffffffffffffffffffffffffffffffff", *sku)
|
||||
}
|
||||
if isStoreSkuSyncNeedDelete(sku) {
|
||||
if !dao.IsVendorThingIDEmpty(sku.VendorSkuID) {
|
||||
bareSku = storeSkuSyncInfo2Bare(sku)
|
||||
|
||||
Reference in New Issue
Block a user