This commit is contained in:
邹宗楠
2022-10-20 15:49:35 +08:00
parent 4077cb5f71
commit 7843e96486
3 changed files with 13 additions and 10 deletions

View File

@@ -1017,9 +1017,6 @@ func UpdateSkuName(ctx *jxcontext.Context, nameID int, payload map[string]interf
}
}
if payload["tiktokAttribute"] != nil {
skuName.TiktokAttribute = payload["tiktokAttribute"].(string)
}
txDB, _ := dao.Begin(db)
defer func() {
if r := recover(); r != nil {