This commit is contained in:
邹宗楠
2025-07-28 14:45:39 +08:00
parent 173215ee0f
commit 23d57dc86f
3 changed files with 3 additions and 3 deletions

View File

@@ -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 {