Commit 7406c4ef8866efcb76aca227c0dbb502ce5ded5d
1 parent
8bbd1e620a
Exists in
master
and in
1 other branch
体重管理相关代码
Showing 1 changed file with 0 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/PatientWeightServiceImpl.java
View file @
7406c4e
| ... | ... | @@ -239,7 +239,6 @@ |
| 239 | 239 | map.put("nowWeight", patientWeight.getNowWeight()); |
| 240 | 240 | map.put("pregnancy", DateUtil.getWeekDesc(patients.getLastMenses(), new Date())); |
| 241 | 241 | if(week != null) { |
| 242 | - week = week - 1; //他们写的计算周的方法有问题 会多一周 | |
| 243 | 242 | setInfo(week, map); // 设置孕期相关营养信息 |
| 244 | 243 | setRecipe(week, map); // 设置食谱 |
| 245 | 244 | setGuide(week, map); // 设置指南 |