Commit fe2c17c7 by jinxin

转移接口处理

parent 223ea1ad
......@@ -993,7 +993,7 @@ public class StaffApiServiceImpl implements StaffApiService {
TabHaobanStaff takeOverStaff = collect.get(map.get(dto.getTakeover_userid()));
Map<String,String> stringMap = new HashMap<>(8);
stringMap.put("handoverStaffName",handoverStaff.getStaffName());
stringMap.put("takeOverStaffName",takeOverStaff.getStaffName());
stringMap.put("takeoverStaffName",takeOverStaff.getStaffName());
failedList.add(stringMap);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment