特殊处理err

This commit is contained in:
richboo111
2022-11-03 10:08:09 +08:00
parent 04ebdd8bc8
commit cf0d209194
2 changed files with 4 additions and 3 deletions

View File

@@ -1794,7 +1794,7 @@ func UpdateStoreVendorMap(ctx *jxcontext.Context, db *dao.DaoDB, storeID, vendor
}
}
}
globals.SugarLogger.Debug("errList============%v", utils.Format4Output(errList, true))
globals.SugarLogger.Debug("errList============", utils.Format4Output(errList, true))
return num, errors.New(fmt.Sprintf("errList=%v,err=%v", utils.Format4Output(errList, true), err))
}