提交 2f8de0e3 authored 作者: 杨凯's avatar 杨凯

feat:家庭医生初始化

上级 60717fa2
...@@ -112,11 +112,11 @@ public class DoctorServiceImpl implements DoctorService { ...@@ -112,11 +112,11 @@ public class DoctorServiceImpl implements DoctorService {
} }
//处理 有搜索参数时,并且是上次选择 的医生 //处理 有搜索参数时,并且是上次选择 的医生
if (null != entity && entity.getDoctorId().equals(dto.getXId().toString())) { if (null != entity && entity.getDoctorId().equals(dto.getXId().toString())) {
if (StringUtils.isNotEmpty(reqVo.getSearchParam()) || null != (reqVo.getOrganDeptId())) { // if (StringUtils.isNotEmpty(reqVo.getSearchParam()) || null != (reqVo.getOrganDeptId())) {
doctorListVo.setLastSign(new Integer("1")); doctorListVo.setLastSign(new Integer("1"));
doctorListVos.add(0, doctorListVo); doctorListVos.add(0, doctorListVo);
continue; continue;
} // }
} }
doctorListVos.add(doctorListVo); doctorListVos.add(doctorListVo);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论