|
@@ -461,7 +461,7 @@ public class ShareParamValueServiceImpl extends ServiceImpl<ShareParamValueMappe
|
|
}
|
|
}
|
|
list.forEach(i -> {
|
|
list.forEach(i -> {
|
|
// TODO: 2021/8/19
|
|
// TODO: 2021/8/19
|
|
- BigDecimal bigDecimal = map.getOrDefault(i,new BigDecimal("0.3125"));
|
|
|
|
|
|
+ BigDecimal bigDecimal = map.get(i.getResponsibilityCode());
|
|
if (Objects.nonNull(bigDecimal)) {
|
|
if (Objects.nonNull(bigDecimal)) {
|
|
i.setValueNum(bigDecimal);
|
|
i.setValueNum(bigDecimal);
|
|
}
|
|
}
|