|  | @ -658,6 +658,9 @@ public class DoctorDiscussionGroupController extends BaseController {
 | 
	
		
			
				|  |  |             json.put("guidance", consult.getGuidance());
 | 
	
		
			
				|  |  |             json.put("startId", consult.getStartMsgId());
 | 
	
		
			
				|  |  |             json.put("endId", consult.getEndMsgId());
 | 
	
		
			
				|  |  |             WlyyTalkGroup wlyyTalkGroup= talkGroupService.findTalkGroup(groupCode);
 | 
	
		
			
				|  |  |             json.put("groupCreator", wlyyTalkGroup.getCreator());
 | 
	
		
			
				|  |  |             json.put("groupCreatorName", wlyyTalkGroup.getCreatorName());
 | 
	
		
			
				|  |  |             return write(200, "查询成功", "data", json);
 | 
	
		
			
				|  |  |         } catch (Exception e) {
 | 
	
		
			
				|  |  |             return error(-1, "查询失败");
 |