소스 검색

Fellow查房记录审核时间超过48小时 修改

rengb 5 년 전
부모
커밋
5fdcd430be
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 3
      kernel/src/main/java/com/lantone/qc/kernel/catalogue/threelevelward/THR03017.java

+ 1 - 3
kernel/src/main/java/com/lantone/qc/kernel/catalogue/threelevelward/THR03017.java

@@ -42,9 +42,7 @@ public class THR03017 extends QCCatalogue {
         for (AttendingDoctorWardDoc attendingDoctorWardDoc : attendingDoctorWardDocs) {
             jlDateStr = attendingDoctorWardDoc.getStructureMap().get("记录时间");
             shDateStr = attendingDoctorWardDoc.getStructureMap().get("审核日期");
-            professor = CatalogueUtil.getProfessor(attendingDoctorWardDoc.getStructureMap().get("审核人"));
-            if (StringUtil.isBlank(professor)
-                    || !professor.contains("主治")
+            if (!CatalogueUtil.isOccup(attendingDoctorWardDoc.getStructureMap().get("审核人"))
                     || CatalogueUtil.compareTime(StringUtil.parseDateTime(jlDateStr), StringUtil.parseDateTime(shDateStr), 48 * 60L)) {
                 findIndications = false;
                 break;