|
@@ -674,6 +674,8 @@ public class TongbuServiceImpl implements TongbuService {
|
|
mapData.put("textareaField_mccs33fz", e.getMessage());
|
|
mapData.put("textareaField_mccs33fz", e.getMessage());
|
|
e.printStackTrace();
|
|
e.printStackTrace();
|
|
}
|
|
}
|
|
|
|
+ } else {
|
|
|
|
+ mapData.put("textareaField_mccs33fz", "会议室 roomId 为空, 取消创建");
|
|
}
|
|
}
|
|
String mapAllString = JSON.toJSONString(mapData);
|
|
String mapAllString = JSON.toJSONString(mapData);
|
|
System.out.println("封装修改字段:" + mapAllString);
|
|
System.out.println("封装修改字段:" + mapAllString);
|
|
@@ -929,5 +931,7 @@ public class TongbuServiceImpl implements TongbuService {
|
|
List<Map> dataList = (List<Map>) ddClient_schedule.getMeetingRoomList(dddClient.getAccessToken(), userId).getResult();
|
|
List<Map> dataList = (List<Map>) ddClient_schedule.getMeetingRoomList(dddClient.getAccessToken(), userId).getResult();
|
|
log.info("dataList, {}", dataList);
|
|
log.info("dataList, {}", dataList);
|
|
|
|
|
|
|
|
+ ddClient_schedule.bookMeetingRoom(dddClient.getAccessToken(), userId, "K1ZoWFNuQXo0RlRubzQ0OVJycXEwQT09", Arrays.asList("ab0d05412c9e11a144d5c49e58adef08bfa2770908bf1ec7"));
|
|
|
|
+
|
|
}
|
|
}
|
|
}
|
|
}
|