[未解决]Exception in thread "main" java.lang.IllegalArgumentException: offset (0) + length (8) exceed the capacity of the array: 6

时间:2022-06-20 00:22:55

调用这个方法 是报错,未解决

 binfo.setTradeAmount(Double.parseDouble(new String(result.getValue(Bytes.toBytes(family), Bytes.toBytes(BaseInfo.H_TRADEAMOUNT)))));