This commit is contained in:
richboo111
2023-08-31 14:51:33 +08:00
parent 70b7d9c2f9
commit da719dcf39
2 changed files with 5 additions and 2 deletions

View File

@@ -538,9 +538,9 @@ func SwitchAttr(apiObj *mtwmapi.API, vendorStoreID string, vendorCatID int64, na
}}
}
}
globals.SugarLogger.Debugf("1 attrValue==================%s", utils.Format4Output(attrValue, false))
attrValues = append(attrValues, attrValue)
}
globals.SugarLogger.Debugf("1 attrValue==================%s", utils.Format4Output(attrValue, false))
attrValues = append(attrValues, attrValue)
}
temp, _ := json.Marshal(attrValues)
attrs = string(temp)