提交 fb6c7193 authored 作者: 杨凯's avatar 杨凯

feat:家庭医生初始化

上级 0375a9fa
...@@ -192,7 +192,7 @@ public class PatientSignServiceImpl implements PatientSignService { ...@@ -192,7 +192,7 @@ public class PatientSignServiceImpl implements PatientSignService {
resVo.add(record); resVo.add(record);
} }
resVo = resVo.stream().sorted(Comparator.comparing(ImInfoListResVo::getUpdateTime).reversed()).collect(Collectors.toList()); resVo = resVo.stream().sorted(Comparator.comparing(ImInfoListResVo::getUpdateTime)).collect(Collectors.toList());
PageUtil pageUtil = new PageUtil(); PageUtil pageUtil = new PageUtil();
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论