修改错别字

This commit is contained in:
648540858
2021-10-18 17:31:28 +08:00
parent 292aa4dec4
commit 61a8113c39
7 changed files with 22 additions and 22 deletions

View File

@@ -53,8 +53,6 @@ public class ApiDeviceController {
if (logger.isDebugEnabled()) {
logger.debug("查询所有视频设备API调用");
}
logger.debug("查询所有视频设备API调用");
JSONObject result = new JSONObject();
List<Device> devices;
if (start == null || limit ==null) {