|
@@ -280,8 +280,8 @@ public class SysCameraServiceImpl extends ServiceImpl<SysCameraMapper, SysCamera
|
|
|
}
|
|
|
}
|
|
|
jsonObject.put("count", count);
|
|
|
- jsonObject.put("offCount", count);
|
|
|
- jsonObject.put("onCount", count);
|
|
|
+ jsonObject.put("offCount", offCount);
|
|
|
+ jsonObject.put("onCount", onCount);
|
|
|
return new Result(ResultCode.SUCCESS,jsonObject);
|
|
|
}
|
|
|
|