1
This commit is contained in:
@@ -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)
|
txDB, _ := dao.Begin(db)
|
||||||
defer func() {
|
defer func() {
|
||||||
if r := recover(); r != nil {
|
if r := recover(); r != nil {
|
||||||
|
|||||||
Reference in New Issue
Block a user