刷新物料店库存,商品上下架
This commit is contained in:
@@ -756,7 +756,7 @@ func (c *StoreSkuController) ReturnStoreSkuBind() {
|
||||
// @router /RefreshMatterStock [post]
|
||||
func (c *StoreSkuController) RefreshMatterStock() {
|
||||
c.callRefreshMatterStock(func(params *tStoreSkuRefreshMatterStockParams) (retVal interface{}, errCode string, err error) {
|
||||
retVal, err = cms.RefreshMatterStock(params.Ctx, 0)
|
||||
err = cms.RefreshMatterStock(params.Ctx, 0)
|
||||
return retVal, "", err
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user