Commit ec2445be7fa16ba0303e2187e6cc3a71c2403fad

Authored by liquanyu
1 parent aaf94fc46f

血糖

Showing 1 changed file with 2 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/BloodSugarServiceImpl.java View file @ ec2445b
... ... @@ -908,6 +908,8 @@
908 908  
909 909 reusltMap.put("title", "孕" + week + "周血糖报告");
910 910 reusltMap.put("reportDate", DateUtil.getyyyy_MM_dd(bloodSugar.getReportDate()));
  911 + reusltMap.put("currentWeight", bloodSugar.getCurrentWeight());
  912 + reusltMap.put("weight", bloodSugar.getWeight());
911 913  
912 914 list.add(reusltMap);
913 915 }