|
@@ -376,6 +376,9 @@ public class EmrServer {
|
|
|
for (String s : idList) {
|
|
|
JSONObject jsonObject = emr.getEditorJsonDataByDocumentId(s);
|
|
|
String key = DateUtil.formatDatetime(jsonObject.getJSONObject("手术日期").getDate("value"));
|
|
|
+ if (StringUtil.isBlank(key)) {
|
|
|
+ continue;
|
|
|
+ }
|
|
|
surgicalSequencing.put(key, jsonObject);
|
|
|
}
|
|
|
if (!surgicalSequencing.isEmpty()) {
|