|
@@ -44,10 +44,12 @@ public class DoctorInfoController {
|
|
|
"doctorCode: 医生编号,必填<br>")
|
|
|
@PostMapping("/getDoctorInfo")
|
|
|
@SysLogger("getDoctorInfo")
|
|
|
+ @ApiIgnore
|
|
|
public RespDTO<List<DoctorInfoDTO>> getDoctorInfo(@Valid @RequestBody DoctorInfoVO doctorInfoVo) {
|
|
|
List<DoctorInfoDTO> data = doctorInfoFacade.getDoctorInfo(doctorInfoVo);
|
|
|
return RespDTO.onSuc(data);
|
|
|
}
|
|
|
+
|
|
|
@ApiOperation(value = "根据医院编码搜索医院所有科室信息[by:wangfeng] ", notes = "hospitalCode:医院编码<br>")
|
|
|
@PostMapping("/getHospitalDeptInfoAll")
|
|
|
@SysLogger("getHospitalDeptInfoAll")
|