删除商品测试list
This commit is contained in:
@@ -950,6 +950,7 @@ func syncStoreSkusFromYb(ctx *jxcontext.Context, storeID, vendorID int, vendorSt
|
|||||||
deleteList = append(deleteList, v)
|
deleteList = append(deleteList, v)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
fmt.Println("remoteSkuList", utils.Format4Output(remoteSkuList, false))
|
||||||
fmt.Println("addList", utils.Format4Output(addList, false))
|
fmt.Println("addList", utils.Format4Output(addList, false))
|
||||||
fmt.Println("updateList", utils.Format4Output(updateList, false))
|
fmt.Println("updateList", utils.Format4Output(updateList, false))
|
||||||
fmt.Println("deleteList", utils.Format4Output(deleteList, false))
|
fmt.Println("deleteList", utils.Format4Output(deleteList, false))
|
||||||
|
|||||||
Reference in New Issue
Block a user