1
This commit is contained in:
@@ -217,6 +217,7 @@ func (p *PurchaseHandler) UpdateStoreSkusStock(ctx *jxcontext.Context, vendorOrg
|
||||
}
|
||||
|
||||
func (p *PurchaseHandler) GetStoreSkusFullInfo(ctx *jxcontext.Context, parentTask tasksch.ITask, storeID int, vendorStoreID string, storeSkuList []*partner.StoreSkuInfo) (skuNameList []*partner.SkuNameInfo, err error) {
|
||||
return nil, nil
|
||||
// 查询单个门店商品
|
||||
appOrgCode := ""
|
||||
if len(storeSkuList) == 0 {
|
||||
|
||||
Reference in New Issue
Block a user