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