|
@ -127,7 +127,7 @@ public class DoctorConsultController extends WeixinBaseController {
|
|
|
/**
|
|
|
* 三师咨询转接接口
|
|
|
* @param consult 图咨询标识
|
|
|
* @param doctor 转接对象标识
|
|
|
* @param doctor 转接对象标识 健康管理师转全科是 1个 全科转专科是多个 传多个doctor逗号分隔
|
|
|
* @param type 转接对象类型,1三师团队,2指定医生,3工作组团队
|
|
|
* @return
|
|
|
*/
|
|
@ -138,7 +138,7 @@ public class DoctorConsultController extends WeixinBaseController {
|
|
|
String doctor,
|
|
|
@RequestParam(required = false)int type) {
|
|
|
try {
|
|
|
consultTeamService.transfer(getUID(), doctor, consult);
|
|
|
consultTeamService.transfers(getUID(), doctor, consult);
|
|
|
return success("转接成功");
|
|
|
} catch (Exception e) {
|
|
|
error(e);
|