新建补发工资单模板时,已发补发项目fix

This commit is contained in:
Harryxzy 2023-12-14 15:57:55 +08:00
parent 5fba05bc43
commit e97a35f158
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()
);