Commit 0a20ac310c0033d11f6b119a1cc1f1cfae14c990

Authored by liquanyu
1 parent 9e8b4153ac

产检节点统计

Showing 1 changed file with 2 additions and 2 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AreaCountFacade.java View file @ 0a20ac3
... ... @@ -626,7 +626,7 @@
626 626  
627 627 if (model.getId().equals(antExRecordModel.getId()))
628 628 {
629   - times = String.valueOf(j);
  629 + times = String.valueOf(j+1);
630 630 break;
631 631 }
632 632 }
... ... @@ -686,7 +686,7 @@
686 686 }
687 687 }
688 688 map.put("JD_HOSPITAL",buildHosp); //建档机构
689   - map.put("TEL_NO", map.get("TEL_NO")); //联系电话
  689 + map.put("TEL_NO", model.getPhone()); //联系电话
690 690 results.add(map);
691 691 }
692 692 }