Commit e5d91716507ce9a5ebb501a929e7311e4fb845d4

Authored by litao@lymsh.com
1 parent 19581de4f7

1

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/NewbornServiceImpl.java View file @ e5d9171
... ... @@ -213,7 +213,7 @@
213 213 temp.put("count", nvs.size());
214 214 int benyuan = 0;
215 215 for (NewbornVisit nv : nvs) {
216   - if(hospitalId.equals(nv.getVisitHospitalId())) {
  216 + if(hospitalId.equals(nv.getHospitalId())) {
217 217 benyuan++;
218 218 }
219 219 }