1
This commit is contained in:
@@ -309,7 +309,7 @@ func (c *BiddingController) UpdateStockBySkuID() {
|
||||
// @Failure 200 {object} controllers.CallResult
|
||||
// @router /RefreshSkuNameMTAAttr [get]
|
||||
func (c *BiddingController) RefreshSkuNameMTAAttr() {
|
||||
c.callGetRefundOrderList(func(params *tBindGetRefundOrderListParams) (retVal interface{}, hint string, err error) {
|
||||
c.callRefreshSkuNameMTAttr(func(params *tBindRefreshSkuNameMTAttrParams) (retVal interface{}, hint string, err error) {
|
||||
db := dao.GetDB()
|
||||
nameList, err := dao.GetSkuNamesByAttr(db, "1300000004")
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user