- 移除partner.GetStoresSku
This commit is contained in:
@@ -338,7 +338,3 @@ func composeFakeDelName(name string) string {
|
||||
// func ComposeJXVendorSkuIDFromGoodsAndSkuID(goodsID, skuID int64) (vendorSkuID string) {
|
||||
// return utils.Int64ToStr(skuID) + "," + utils.Int64ToStr(goodsID)
|
||||
// }
|
||||
|
||||
func (p *PurchaseHandler) GetStoresSku(ctx *jxcontext.Context, parentTask tasksch.ITask, storeIDs []int) (storeSkuList []*model.StoreSkuBind, err error) {
|
||||
return storeSkuList, err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user