万德隆调整

This commit is contained in:
Harryxzy 2025-08-25 09:14:49 +08:00
parent 8f49e9770f
commit 4836c2fcf8
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}