Commit b253a4dc572faff25b6e5f90c0a3b9308a54e46e
1 parent
5acd85a270
Exists in
master
and in
6 other branches
update code
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/MeasureInfoFacade.java
View file @
b253a4d
... | ... | @@ -157,7 +157,7 @@ |
157 | 157 | todayCount = measureInfoModel.getTodayCount()+1; |
158 | 158 | if (todayCount > MAX_TODAY_COUNT) |
159 | 159 | { |
160 | - map.put("errorcode", String.valueOf(ErrorCodeConstants.DATA_EXIST)); | |
160 | + map.put("errorcode", String.valueOf(ErrorCodeConstants.SUCCESS)); | |
161 | 161 | map.put("errormsg", "对不起,每天最多可以测量5次,请明天再来吧!"); |
162 | 162 | // map.put("errormsg", measureInfoRequest.getValueType() == 1 |
163 | 163 | // ? "今日测量体重和身高次数已经使用完了!" : "今日测量血压和脉搏次数已经使用完了!"); |