This commit is contained in:
邹宗楠
2025-02-26 16:45:33 +08:00
parent b83af02a97
commit 7ca565a0a5
2 changed files with 2 additions and 2 deletions

View File

@@ -1014,8 +1014,6 @@ func UpdateSkuName(ctx *jxcontext.Context, nameID int, payload map[string]interf
panic(r)
}
}()
globals.SugarLogger.Debugf("----------ployd2 := %s", utils.Format4Output(payload, false))
globals.SugarLogger.Debugf("----------valid := %s", utils.Format4Output(valid, false))
if num, err = dao.UpdateEntityLogically(db, skuName, valid, userName, nil); err != nil {
dao.Rollback(db, txDB)
return 0, err