|
@@ -50,7 +50,6 @@ public class ManageDoctorInfoService {
|
|
|
}
|
|
|
|
|
|
public ResultVo<Map<String, Object>> getAllDoctors(QueryParam param) {
|
|
|
- log.info("查询医生目录:{}", param);
|
|
|
IPage<DoctorInfo> iPage = new Page<>(param.getCurrentPage(), param.getPageSize());
|
|
|
iPage = dao.getAllDoctors(iPage, param.getDeptCode(), param.getDoctorName());
|
|
|
Map<String, Object> map = new HashMap<>(Capacity.TWO);
|