1
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user