1
This commit is contained in:
@@ -16,7 +16,6 @@ import (
|
|||||||
"git.rosy.net.cn/jx-callback/business/model"
|
"git.rosy.net.cn/jx-callback/business/model"
|
||||||
"git.rosy.net.cn/jx-callback/business/model/dao"
|
"git.rosy.net.cn/jx-callback/business/model/dao"
|
||||||
"git.rosy.net.cn/jx-callback/business/partner"
|
"git.rosy.net.cn/jx-callback/business/partner"
|
||||||
"git.rosy.net.cn/jx-callback/globals"
|
|
||||||
"git.rosy.net.cn/jx-callback/globals/api"
|
"git.rosy.net.cn/jx-callback/globals/api"
|
||||||
"github.com/astaxie/beego/server/web"
|
"github.com/astaxie/beego/server/web"
|
||||||
"strings"
|
"strings"
|
||||||
@@ -331,12 +330,11 @@ func (c *BiddingController) RefreshSkuNameMTAAttr() {
|
|||||||
break
|
break
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
break
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
byteV2, _ := json.Marshal(attr)
|
byteV2, _ := json.Marshal(attr)
|
||||||
globals.SugarLogger.Debugf("-------%s", string(byteV2))
|
|
||||||
dao.UpdateSkuNameMtAttr(db, int64(v.ID), string(byteV2))
|
dao.UpdateSkuNameMtAttr(db, int64(v.ID), string(byteV2))
|
||||||
break
|
|
||||||
}
|
}
|
||||||
return retVal, hint, err
|
return retVal, hint, err
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user