This commit is contained in:
邹宗楠
2022-10-20 15:03:02 +08:00
parent 7064ee2f0b
commit 3a1422a2ff

View File

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