|
@@ -45,8 +45,8 @@ public class DoctorInfoFacade extends DoctorInfoServiceImpl {
|
|
|
.collect(Collectors.toMap(DoctorInfo::getId, i -> i));
|
|
|
return doctorInfoMap;
|
|
|
}
|
|
|
- public DoctorInfoFindDTO findDoctorInfo(HospitalCodeSetVO hospitalCodeSetVO){
|
|
|
- DoctorInfoFindDTO data= findDoctorInfo(hospitalCodeSetVO);
|
|
|
- return data;
|
|
|
+
|
|
|
+ public DoctorInfoFindDTO findDoctorInfo(HospitalCodeSetVO hospitalCodeSetVO) {
|
|
|
+ return this.baseMapper.findDoctorInfo(hospitalCodeSetVO);
|
|
|
}
|
|
|
}
|