Commit 79c4f4df21f9eabb9bf8558f5426d48db369c216
1 parent
43d3a7980b
Exists in
master
and in
6 other branches
快速测量
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 @
79c4f4d
... | ... | @@ -245,7 +245,7 @@ |
245 | 245 | if (DateUtil.getyyyy_MM_dd(measureDataInfoModel.getModified()).equals(DateUtil.getyyyy_MM_dd(new Date()))) { |
246 | 246 | todayCount = measureDataInfoModel.getTodayCount() + 1; |
247 | 247 | if (todayCount > MAX_TODAY_COUNT) { |
248 | - baseResponse.setData(0); | |
248 | + baseResponse.setData(-1); | |
249 | 249 | baseResponse.setErrorcode(ErrorCodeConstants.SUCCESS); |
250 | 250 | baseResponse.setErrormsg("成功"); |
251 | 251 | return baseResponse; |