This commit is contained in:
邹宗楠
2024-12-16 17:45:10 +08:00
parent 49a95c17a6
commit 72a81cc5a5
2 changed files with 5 additions and 5 deletions

View File

@@ -301,14 +301,14 @@ func (c *BiddingController) UpdateStockBySkuID() {
})
}
// RefreshSkuNameMTAttr 更新商品库美团属性进口为国产
// RefreshSkuNameMTAAttr 更新商品库美团属性进口为国产
// @Title 更新商品库美团属性进口为国产
// @Description 批量更新库存
// @Param token header string true "认证token"
// @Success 200 {object} controllers.CallResult
// @Failure 200 {object} controllers.CallResult
// @router /RefreshSkuNameMTAttr [get]
func (c *BiddingController) RefreshSkuNameMTAttre() {
// @router /RefreshSkuNameMTAAttr [get]
func (c *BiddingController) RefreshSkuNameMTAAttr() {
c.callGetRefundOrderList(func(params *tBindGetRefundOrderListParams) (retVal interface{}, hint string, err error) {
db := dao.GetDB()
nameList, err := dao.GetSkuNamesByAttr(db, "1300000004")