|
@ -637,6 +637,9 @@ public class DoctorDiscussionGroupController extends BaseController {
|
|
|
if(!org.springframework.util.StringUtils.isEmpty(consultCode)){
|
|
|
consult= consultTeamService.findByConsultCode(consultCode);
|
|
|
}
|
|
|
if(org.springframework.util.StringUtils.isEmpty(consultCode)&&org.springframework.util.StringUtils.isEmpty(groupCode)){
|
|
|
return error(-1, "查询失败");
|
|
|
}
|
|
|
JSONObject json = new JSONObject();
|
|
|
json.put("id", consult.getId());
|
|
|
// 设置咨询标识
|