1
This commit is contained in:
@@ -16,6 +16,7 @@ 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"
|
||||||
@@ -330,10 +331,10 @@ 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
|
break
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user