|
|
@@ -87,7 +87,7 @@ public class DingOrganizationServiceImpl extends ServiceImpl<DingOrganizationMap |
|
|
|
@Override |
|
|
|
public Map<String, DingOrganization> getEmpCodeOrgMap(List<DingEmployeeInfo> employeeInfoList) { |
|
|
|
List<String> orgCodeList = employeeInfoList.stream() |
|
|
|
.map(DingEmployeeInfo::getOrganizationCode) |
|
|
|
.map(DingEmployeeInfo::getEmpPosUnitCode) |
|
|
|
.distinct().collect(Collectors.toList()); |
|
|
|
|
|
|
|
Map<String, DingOrganization> orgMap = this.getOrgMap(orgCodeList); |
|
|
|