This commit is contained in:
richboo111
2022-11-03 09:53:42 +08:00
parent f817addd63
commit 418d44c431

View File

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