Commit a5cd2389129b1f9796884e7cb00c3899a8f49156
1 parent
d1913b1780
Exists in
master
and in
6 other branches
孕妇追访bug修改
Showing 1 changed file with 2 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/TrackDownServiceImpl.java
View file @
a5cd238
... | ... | @@ -145,6 +145,8 @@ |
145 | 145 | patientsQuery.setQueryNo(key); |
146 | 146 | patientsQuery.setFollowupStatus(followupStatus); |
147 | 147 | patientsQuery.setDeliver(isDeliver); |
148 | + //排查儿童建档时的零时建档 | |
149 | + patientsQuery.setBuildType(1); | |
148 | 150 | |
149 | 151 | List<Patients> patientsList = patientsService.queryPatient(patientsQuery); |
150 | 152 | StopWatch stopWatch = new StopWatch("孕妇建档主数据"); |