Merge branch 'fix/2309101-工资单模板给无分类项目重命名bug' into release/2.9.4.2308.02

This commit is contained in:
Harryxzy 2023-08-31 10:39:58 +08:00
commit dbe659d81d
1 changed files with 2 additions and 0 deletions

View File

@ -143,6 +143,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());
});