|
@@ -233,7 +233,7 @@ public class AppDeviceService {
|
|
|
|
|
|
public SensorIndicator indicators(AppIndicatorQueryParams appDeviceQueryParams) {
|
|
|
// 假设上月数据
|
|
|
- int lastMonthCollected = 100000; // 上月采集数据总数
|
|
|
+ int lastMonthCollected = 30000; // 上月采集数据总数
|
|
|
int lastMonthWarnings = 100; // 上月预警总数
|
|
|
int lastMonthAbnormal = 150; // 上月异常总数
|
|
|
// 计算本月数据
|