科学计数法转BigDecimal:

DecimalFormat  df= new DecimalFormat("######0.00"); 

String newPt = df.format(dd.getPtcqje());
BigDecimal b = new BigDecimal(newPt);
dd.setPtcqje(b);

相关文章:

  • 2022-02-28
  • 2022-12-23
  • 2021-07-25
  • 2021-10-01
  • 2022-01-21
  • 2022-01-23
  • 2021-07-29
  • 2022-12-23
猜你喜欢
  • 2021-11-26
  • 2021-08-03
  • 2022-12-23
  • 2021-12-03
  • 2021-06-24
  • 2022-02-07
相关资源
相似解决方案