This commit is contained in:
邹宗楠
2023-09-22 12:42:51 +08:00
parent 4ea34b258d
commit 40b9511e34
2 changed files with 0 additions and 2 deletions

View File

@@ -576,7 +576,6 @@ func SwitchAttr(apiObj *mtwmapi.API, vendorStoreID string, vendorCatID int64, na
}
//更新进数据库
dao.UpdateSkuNameMtAttr(db, int64(nameID), attrs)
globals.SugarLogger.Debugf("SwitchAttr attrs=%s", utils.Format4Output(attrs, false))
return attrs
}