Commit 0652c04988af54c895a2b44631a641490e82983e

Authored by zhangchao
1 parent d84704567e
Exists in dev

#fix:新增小程序查询产妇分娩时间字段

Showing 1 changed file with 3 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/PatientWeightServiceImpl.java View file @ 0652c04
... ... @@ -1050,6 +1050,9 @@
1050 1050 week = DateUtil.getWeek2(patients.getLastMenses(), new Date());
1051 1051 String yunqi = "孕" + String.valueOf(week) + "周";
1052 1052 map.put("yunqi", "孕周");
  1053 + if (patients.getType()==3){
  1054 + map.put("fmDate",patients.getFmDate());
  1055 + }
1053 1056 List<String> factor = patients.getRiskFactorId();
1054 1057 String risk = "";
1055 1058 List<String> riskLevelId=new ArrayList<>();