BigDecimal计算
常用计算加法:add减法:subtract乘法:multiply除法:divide集合累加foreach循环相加得不到相加的结果List<PrepaymentRcpt> list = prepaymentRcptMapper.selectByExample(example) .stream().sorted(Comparator.comparing(PrepaymentRcpt::getTransactDate)).collect(Col