Commit 1aa555441c6a971256d3c71bb3f240f3c664cd8e

Authored by liquanyu
1 parent 15fe64d04d

update code

Showing 1 changed file with 0 additions and 2 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/MeasureInfoFacade.java View file @ 1aa5554
... ... @@ -159,8 +159,6 @@
159 159 {
160 160 map.put("errorcode", String.valueOf(ErrorCodeConstants.SUCCESS));
161 161 map.put("errormsg", "对不起,每天最多可以测量5次,请明天再来吧!");
162   -// map.put("errormsg", measureInfoRequest.getValueType() == 1
163   -// ? "今日测量体重和身高次数已经使用完了!" : "今日测量血压和脉搏次数已经使用完了!");
164 162 return map;
165 163 }
166 164 model.setTodayCount(todayCount);