Commit 62dae133e491995328842acf9d92e6d973766623

Authored by jiangjiazhi
1 parent 5541909be6

1

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/utils/HiskCountTask.java View file @ 62dae13
... ... @@ -83,7 +83,7 @@
83 83  
84 84 query.setBookbuildingDateStart(patientsQuery.getBookbuildingDateStart());
85 85 query.setBookbuildingDateEnd(patientsQuery.getBookbuildingDateEnd());
86   -
  86 + query.setIsHighRisk(Boolean.TRUE);
87 87 query.setrFactor(config.getId());
88 88  
89 89 query.setType(patientsQuery.getType());