|
@@ -201,7 +201,7 @@ public class DeviceImpl implements IDevice {
|
|
JSONObject outJo = new JSONObject();
|
|
JSONObject outJo = new JSONObject();
|
|
outJo.put("total",total);
|
|
outJo.put("total",total);
|
|
outJo.put("num",num);
|
|
outJo.put("num",num);
|
|
- outJo.put("rate",rate);
|
|
|
|
|
|
+ outJo.put("rate",rate+"%");
|
|
return new Result(ResultCode.SUCCESS,outJo);
|
|
return new Result(ResultCode.SUCCESS,outJo);
|
|
}
|
|
}
|
|
|
|
|