|
@@ -107,7 +107,7 @@ public class AiFaceController {
|
|
|
result.add(map7);
|
|
|
//翻转
|
|
|
Collections.reverse(result);
|
|
|
- return R.ok("请求成功").put("data", result).put("namalCount", 12).put("alarmCount", 45);
|
|
|
+ return R.ok("请求成功").put("data", result).put("namalCount", 12).put("alarmCount", 0);
|
|
|
}
|
|
|
|
|
|
public String getCountByHoure(Date startTime, Date EndTime) throws IOException {
|