This commit is contained in:
邹宗楠
2022-10-20 15:16:08 +08:00
parent f51114456d
commit 4077cb5f71

View File

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