|
@@ -201,7 +201,7 @@ public class HKImplClient_ML implements HKClient_ML {
|
|
|
String dpetCascade = ddService.getUserDepartmentHierarchyJoin(ddClient.getAccessToken(), userIds.get(0), "-");
|
|
|
String deptName = UtilMap.getString(ddClient_contacts.getDepartmentInfo(ddClient.getAccessToken(), deptId), "name");
|
|
|
|
|
|
- deptName = "Top Management";
|
|
|
+// deptName = "Top Management";
|
|
|
|
|
|
for (String userId : userIds) {
|
|
|
Map userInfo = ddClient_contacts.getUserInfoById(ddClient.getAccessToken(), userId);
|