From e259be9268db90b4e73a325abea24ad59ff0e4e3 Mon Sep 17 00:00:00 2001 From: 648540858 <648540858@qq.com> Date: 星期三, 27 十月 2021 16:48:51 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/wvp-28181-2.0' into wvp-28181-2.0 --- src/main/java/com/genersoft/iot/vmp/web/ApiDeviceController.java | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/src/main/java/com/genersoft/iot/vmp/web/ApiDeviceController.java b/src/main/java/com/genersoft/iot/vmp/web/ApiDeviceController.java index 09c94bd..764a654 100644 --- a/src/main/java/com/genersoft/iot/vmp/web/ApiDeviceController.java +++ b/src/main/java/com/genersoft/iot/vmp/web/ApiDeviceController.java @@ -14,7 +14,7 @@ import java.util.List; /** - * 鍏煎LiveGBS鐨凙PI锛氳澶囦俊鎭� + * API鍏煎锛氳澶囦俊鎭� */ @SuppressWarnings("unchecked") @CrossOrigin @@ -53,8 +53,6 @@ if (logger.isDebugEnabled()) { logger.debug("鏌ヨ鎵�鏈夎棰戣澶嘇PI璋冪敤"); } - - logger.debug("鏌ヨ鎵�鏈夎棰戣澶嘇PI璋冪敤"); JSONObject result = new JSONObject(); List<Device> devices; if (start == null || limit ==null) { -- Gitblit v1.8.0