Commit 07b5db93b0c4c07d1e7cfcd55af1d5308cecb4f4
1 parent
86a5b44aab
Exists in
master
and in
6 other branches
体重营养报告接口修改
Showing 1 changed file with 2 additions and 2 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/PatientWeightServiceImpl.java
View file @
07b5db9
... | ... | @@ -2117,7 +2117,7 @@ |
2117 | 2117 | |
2118 | 2118 | |
2119 | 2119 | public Map getInfo(Map<Integer, String> weights, Map<String, Object> data, WeightReportModel weightReportModel, PatientWeight patientWeight, Patients patients, double bmi, int week, String kcal) { |
2120 | - //setReport(data, weights, patientWeight.getBeforeWeight(), patientWeight.getBmi(), patientWeight.getDayWeights(), patientWeight.getBregmatic()); | |
2120 | + setReport(data, weights, patientWeight.getBeforeWeight(), patientWeight.getBmi(), patientWeight.getDayWeights(), patientWeight.getBregmatic()); | |
2121 | 2121 | Map userMap = new HashMap(); |
2122 | 2122 | userMap.put("userName", patients.getUsername()); |
2123 | 2123 | userMap.put("age", patients.getAge()); |
... | ... | @@ -2178,7 +2178,7 @@ |
2178 | 2178 | } |
2179 | 2179 | |
2180 | 2180 | public Map getDiabetestInfo(Map<Integer, String> weights, Map<String, Object> data, WeightReportModel weightReportModel, PatientWeight patientWeight, Patients patients, double bmi, int week, String kcal) { |
2181 | - //setReport(data, weights, patientWeight.getBeforeWeight(), patientWeight.getBmi(), patientWeight.getDayWeights(), patientWeight.getBregmatic()); | |
2181 | + setReport(data, weights, patientWeight.getBeforeWeight(), patientWeight.getBmi(), patientWeight.getDayWeights(), patientWeight.getBregmatic()); | |
2182 | 2182 | Map userMap = new HashMap(); |
2183 | 2183 | userMap.put("userName", patients.getUsername()); |
2184 | 2184 | userMap.put("age", patients.getAge()); |