This commit is contained in:
邹宗楠
2024-12-16 18:15:47 +08:00
parent 5f1bea9730
commit bd6a1bffdd

View File

@@ -317,7 +317,7 @@ func (c *BiddingController) RefreshSkuNameMTAAttr() {
}
for _, v := range nameList {
attr := make([]*AttrList, 0, 0)
if err = json.Unmarshal([]byte(v.MtAttribute), attr); err != nil {
if err = json.Unmarshal([]byte(v.MtAttribute), &attr); err != nil {
return retVal, hint, err
}