Merge branch 'fix/231202_补发工资单回算项' into release/2.9.10.2312.02

This commit is contained in:
Harryxzy 2023-12-14 16:00:24 +08:00
commit 85f009984c
1 changed files with 2 additions and 0 deletions

View File

@ -167,6 +167,8 @@ public class SalaryTemplateBO {
.id(String.valueOf(e.getSalaryItemId()))
.salaryItemId(String.valueOf(e.getSalaryItemId()))
.name(e.getName())
.salaryItemShowName(e.getName())
.originName(e.getName())
.sortedIndex(e.getSortedIndex())
.build()
);