remove some comment
This commit is contained in:
@@ -211,17 +211,3 @@ func (p *PurchaseHandler) SyncStoreProducts(ctx *jxcontext.Context, parentTask t
|
||||
}
|
||||
return hint, err
|
||||
}
|
||||
|
||||
// func (p *PurchaseHandler) ReorderStoreSkus(ctx *jxcontext.Context, storeID int, vendorStoreID string, vendorCatID string, storeSkuList []*partner.StoreSkuInfo) (err error) {
|
||||
// storeSkuCount := len(storeSkuList)
|
||||
// if storeSkuCount > 0 {
|
||||
// if storeSkuCount > jdapi.MaxAddByStoreAndSkusCount {
|
||||
// storeSkuList = storeSkuList[:jdapi.MaxAddByStoreAndSkusCount]
|
||||
// }
|
||||
// vendorSkuIDs := partner.BareStoreSkuInfoList(storeSkuList).GetVendorSkuIDIntList()
|
||||
// if globals.EnableJdStoreWrite {
|
||||
// err = getAPI("").AddByStoreAndSkus(utils.Str2Int64(vendorStoreID), vendorSkuIDs)
|
||||
// }
|
||||
// }
|
||||
// return err
|
||||
// }
|
||||
|
||||
Reference in New Issue
Block a user