万德隆调整
This commit is contained in:
parent
8f49e9770f
commit
4836c2fcf8
|
|
@ -1819,7 +1819,7 @@ public class SalaryArchiveServiceImpl extends Service implements SalaryArchiveSe
|
|||
.filter(NumberUtils::isCreatable)
|
||||
.map(BigDecimal::new)
|
||||
.reduce(new BigDecimal("0"), BigDecimal::add)
|
||||
.setScale(0, BigDecimal.ROUND_HALF_UP)
|
||||
// .setScale(0, BigDecimal.ROUND_HALF_UP)
|
||||
.toString();
|
||||
resultMap.put(fieldId, sumValue);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue