Merge branch 'feature/salalryItemAndFieldSort' into release/2.8.3.2306.01
This commit is contained in:
commit
a6356a7d3d
|
|
@ -155,6 +155,8 @@ public class SalaryItemBO {
|
|||
.dataType(Optional.ofNullable(salaryDataTypeEnum)
|
||||
.map(e -> SalaryI18nUtil.getI18nLabel(e.getLabelId(), e.getDefaultLabel()))
|
||||
.orElse(StringUtils.EMPTY))
|
||||
.formulaId(salaryItemPO.getFormulaId())
|
||||
.formulaContent(formulaMap.getOrDefault(salaryItemPO.getFormulaId(),""))
|
||||
.taxDeclarationColumn(buildTaxDeclarationColumn(salaryItemPO.getCode()))
|
||||
.sortedIndex(salaryItemPO.getSortedIndex())
|
||||
.description(salaryItemPO.getDescription())
|
||||
|
|
|
|||
Loading…
Reference in New Issue