mysqlbatch:  将 decimal 格式的数据,转换为 golang float64 类型,会导致精度丢失 此处可采用 "github.com/shopspring/decimal" decimal.Decimal{} mysqlstream: 设置 go-mysql sync 参数:UseDecimal: true