工资单没有工号BUG

This commit is contained in:
Harryxzy 2023-03-07 17:43:51 +08:00
parent 890ff64215
commit 4ce79438e6
1 changed files with 1 additions and 0 deletions

View File

@ -702,6 +702,7 @@ public class SalarySendServiceImpl extends Service implements SalarySendService
.status(simpleEmployee.getStatus() == null ? "" : simpleEmployee.getStatus())
.telephone(StringUtils.isEmpty(simpleEmployee.getTelephone()) ? "" : simpleEmployee.getTelephone())
.username(StringUtils.isEmpty(simpleEmployee.getUsername()) ? "" : simpleEmployee.getUsername())
.workcode(StringUtils.isEmpty(simpleEmployee.getWorkcode()) ? "" : simpleEmployee.getWorkcode())
.taxAgentName(taxAgentName)
.build();
List<SalaryTemplateSalaryItemListDTO> items = employeeInformation.getItems();