|
@ -72,16 +72,16 @@ public class PatientSpecialistController extends WeixinBaseController{
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@RequestMapping(value = "/agreeSpecialistTeam", method = RequestMethod.GET)
|
|
|
@ApiOperation(value = "医生审核")
|
|
|
public String agreeSpecialistTeam(String state,String relationCode,String remark,Long mesId)throws Exception {
|
|
|
try {
|
|
|
return write(200, "获取成功", "data", specialistService.agreeSpecialistTeam(getAccessToken(),state, relationCode, remark, mesId, labelcode, doctorcode));
|
|
|
} catch (Exception e) {
|
|
|
error(e);
|
|
|
return error(-1, "请求失败");
|
|
|
}
|
|
|
}
|
|
|
// @RequestMapping(value = "/agreeSpecialistTeam", method = RequestMethod.GET)
|
|
|
// @ApiOperation(value = "医生审核")
|
|
|
// public String agreeSpecialistTeam(String state,String relationCode,String remark,Long mesId)throws Exception {
|
|
|
// try {
|
|
|
// return write(200, "获取成功", "data", specialistService.agreeSpecialistTeam(getAccessToken(),state, relationCode, remark, mesId, labelcode, doctorcode));
|
|
|
// } catch (Exception e) {
|
|
|
// error(e);
|
|
|
// return error(-1, "请求失败");
|
|
|
// }
|
|
|
// }
|
|
|
|
|
|
@RequestMapping(value = "/findPatientTeamList", method = RequestMethod.GET)
|
|
|
@ApiOperation(value = "获取居民所有专科医生签约信息")
|