1
This commit is contained in:
@@ -1018,7 +1018,7 @@ func UpdateSkuName(ctx *jxcontext.Context, nameID int, payload map[string]interf
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if payload["tiktok_attribute"] != nil {
|
if payload["tiktok_attribute"] != nil {
|
||||||
skuName.TiktokAttribute = payload["tiktok_attribute"].(string)
|
skuName.TiktokAttribute = payload["tiktokAttribute"].(string)
|
||||||
}
|
}
|
||||||
txDB, _ := dao.Begin(db)
|
txDB, _ := dao.Begin(db)
|
||||||
defer func() {
|
defer func() {
|
||||||
|
|||||||
Reference in New Issue
Block a user