Caused by: java.lang.ClassCastException: java.math.BigDecimal cannot be cast to

  Object  obj= (Object) towerRecordMap.get("POLE_COUNT");
  towerRecordNowNumber=Integer.parseInt(obj.toString());
类型转换时报错
Caused by: java.lang.ClassCastException: java.math.BigDecimal cannot be cast to
请教高手

你可能感兴趣的:(Caused by: java.lang.ClassCastException: java.math.BigDecimal cannot be cast to)