1
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user