|
@@ -838,11 +838,11 @@ public class DeviceServiceImpl implements IDeviceService {
|
|
|
resultJo.put("deviceRate",mathUtil.countRate(resultJo.getFloat("deviceRate"),1)+"%");
|
|
|
resultJo.put("eartagRate",mathUtil.countRate(resultJo.getIntValue("eartagOnline"),resultJo.getIntValue("eartagTotal"),1)+"%");
|
|
|
resultJo.put("updateTime", dateUtil.formatDatetimeText(resultJo.getDate("updateTime")));
|
|
|
- resultJo.put("deviceTotal",resultJo.getString("deviceTotal")+"个");
|
|
|
- resultJo.put("deviceOnline",resultJo.getString("deviceOnline")+"个");
|
|
|
- resultJo.put("deviceOffline",resultJo.getString("deviceOffline")+"个");
|
|
|
- resultJo.put("eartagTotal",resultJo.getString("eartagTotal")+"枚");
|
|
|
- resultJo.put("eartagOnline",resultJo.getString("eartagOnline")+"枚");
|
|
|
+// resultJo.put("deviceTotal",resultJo.getString("deviceTotal")+"个");
|
|
|
+// resultJo.put("deviceOnline",resultJo.getString("deviceOnline")+"个");
|
|
|
+// resultJo.put("deviceOffline",resultJo.getString("deviceOffline")+"个");
|
|
|
+// resultJo.put("eartagTotal",resultJo.getString("eartagTotal")+"枚");
|
|
|
+// resultJo.put("eartagOnline",resultJo.getString("eartagOnline")+"枚");
|
|
|
}
|
|
|
|
|
|
@Override
|