停薪action

This commit is contained in:
Harryxzy 2023-06-15 10:07:06 +08:00
parent d0c04688a8
commit 9905f406c0
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ public class StopSalaryAction implements Action {
String value = fieldMap.get(processField);
list.add(new StopSalaryAction.SalaryField(processField, salaryName, value));
}
List<Map<String, Object>> importData = new ArrayList<>();
// 流程数据
Map<String, Object> importDataMap = SalaryEntityUtil.convert2Map(list, StopSalaryAction.SalaryField::getSalaryName, StopSalaryAction.SalaryField::getValue);
Long taxAgentId = Long.valueOf(importDataMap.getOrDefault("个税扣缴义务人", "0").toString());
Long employeeId = Long.valueOf(importDataMap.getOrDefault("员工id", "-1").toString());