|
@ -806,8 +806,7 @@ public class PatientConsultEndpoint extends EnvelopRestEndpoint {
|
|
|
|
|
|
@GetMapping(value = BaseHospitalRequestMapping.Prescription.selectByGuidance)
|
|
|
@ApiOperation(value = "查询是否有导诊助手", notes = "查询是否有导诊助手")
|
|
|
public Envelop selectByGuidance()throws Exception{
|
|
|
doctorInfoService.selectByGuidance();
|
|
|
return success("操作成功!");
|
|
|
public MixEnvelop selectByGuidance()throws Exception{
|
|
|
return MixEnvelop.getSuccessList("查询成功",doctorInfoService.selectByGuidance());
|
|
|
}
|
|
|
}
|