|
@@ -47,7 +47,7 @@ public class THR03015 extends QCCatalogue {
|
|
|
shDateStr = directorDoctorWardDoc.getStructureMap().get("审核日期");
|
|
|
professor = getProfessor(directorDoctorWardDoc.getStructureMap().get("审核人"));
|
|
|
if (StringUtil.isBlank(professor)
|
|
|
- || !professor.contains("主任")
|
|
|
+// || !professor.contains("主任")
|
|
|
|| CatalogueUtil.compareTime(StringUtil.parseDateTime(jlDateStr), StringUtil.parseDateTime(shDateStr), 7 * 24 * 60L)) {
|
|
|
findIndications = false;
|
|
|
break;
|