|
|
@@ -58,7 +58,7 @@ func GetProductAttrConfig(productId int64) (pa *ProductAttrConfig) {
|
|
|
pa = &ProductAttrConfig{}
|
|
|
if err := orm.NewOrm().QueryTable(pa).Filter("product_id", productId).Limit(1).
|
|
|
One(pa); err != nil {
|
|
|
- beego.BeeLogger.Error("get product attr config by record_id=%s err=%s", productId, err)
|
|
|
+ //beego.BeeLogger.Error("get product attr config by record_id=%s err=%s", productId, err)
|
|
|
return nil
|
|
|
}
|
|
|
return pa
|