Commit dcebf150ce740174916c4d4ddf03ba8399b51f5f

Authored by litao@lymsh.com
1 parent 573187da1b

改逻辑

Showing 1 changed file with 1 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/PatientWeightServiceImpl.java View file @ dcebf15
... ... @@ -174,6 +174,7 @@
174 174 temp.put("bim", patientWeight.getBmi()); // 体质指数(BMI)=体重(kg)÷身高^2(m)
175 175 temp.put("nowWeight", patientWeight.getNowWeight());
176 176  
  177 + temp.put("patientId", p.getId());
177 178 temp.put("vcCardNo", p.getVcCardNo());
178 179 temp.put("pcerteTypeId", p.getPcerteTypeId());
179 180 temp.put("cardNo", p.getCardNo());