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