Commit 59bfc99633c0b33a16dda42cfd3d70b3f52f3bec

Authored by wtt
1 parent bced4fc716

update

Showing 1 changed file with 7 additions and 2 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/SieveFacade.java View file @ 59bfc99
... ... @@ -2779,10 +2779,15 @@
2779 2779 bpdint = (bpdint * 10);
2780 2780 data.put("BPD", bpdint.toString());//B超信息 bpd
2781 2781 }
2782   - data.put("HC", sive.gethC());
  2782 + if(sive.gethC() !=null && sive.gethC()!=0){
  2783 + data.put("HC", sive.gethC() * 10);
  2784 + }
2783 2785 data.put("NasalBone", sive.getNasalBone());//鼻骨
2784 2786 data.put("MannualEntry", sive.getMannualEntry());//B超孕天
2785   - data.put("NT", sive.getnT());
  2787 +
  2788 + if(sive.getnT() !=null && sive.getnT()!=0){
  2789 + data.put("NT", sive.getnT() * 10);
  2790 + }
2786 2791 data.put("ResponsibleCode", sive.getResponsibleCode());//送检单位编号(送检医院)
2787 2792 data.put("T21", sive.getT21());//既往T21
2788 2793 data.put("T18", sive.getT18());//既往T18