This commit is contained in:
邹宗楠
2025-05-07 11:29:36 +08:00
parent 119d72a45a
commit 356ad15b45
4 changed files with 8 additions and 9 deletions

View File

@@ -943,7 +943,6 @@ func AddSkuName(ctx *jxcontext.Context, skuNameExt *model.SkuNameExt, userName s
}
func UpdateSkuName(ctx *jxcontext.Context, nameID int, payload map[string]interface{}, isExd bool) (num int64, err error) {
globals.SugarLogger.Debugf("----------ployd1 := %s", utils.Format4Output(payload, false))
userName := ctx.GetUserName()
skuName := &model.SkuName{}
skuName.ID = nameID