|
@ -367,7 +367,7 @@ public class ConsultController extends WeixinBaseController {
|
|
|
return error(-1, "还有咨询未结束,不允许再次提交咨询!");
|
|
|
}
|
|
|
|
|
|
Doctor doctor = doctorService.findDoctorByCode(consult.getDoctor());
|
|
|
// Doctor doctor = doctorService.findDoctorByCode(consult.getDoctor());
|
|
|
//创建咨询讨论组
|
|
|
// JSONObject jo= talkGroupService.createConsultTalkGroup(consult.getDoctor(), doctor.getName(), doctor.getHospital(), doctor.getHospitalName(),
|
|
|
// consult.getPatient(), consult.getName(), consult.getConsult());
|