|
@@ -108,6 +108,7 @@ public class EmrServer {
|
|
|
List<EmrPatientData> list = dao.getPatientData(patNo, times);
|
|
|
|
|
|
List<EmrPatientData> folder = extraCache.getValue("电子病历文件夹", () -> folderDao.getFolderByName("HOSPITAL"));
|
|
|
+ folder = JSONObject.parseArray(JSONObject.toJSONString(folder), EmrPatientData.class);
|
|
|
|
|
|
if (ListUtil.isBlank(list)) {
|
|
|
return ResultVoUtil.success(folder);
|