Commit 988defb4a04112b8d71be487a22db177edf83f8e
1 parent
ef92a43f80
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 @
988defb
... | ... | @@ -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.SUCCESS)); | |
160 | + map.put("errorcode", String.valueOf(ErrorCodeConstants.DATA_EXIST)); | |
161 | 161 | map.put("errormsg", measureInfoRequest.getValueType() == 1 |
162 | 162 | ? "今日测量体重和身高次数已经使用完了!" : "今日测量血压和脉搏次数已经使用完了!"); |
163 | 163 | return map; |