From 22d407815c830a571eeff91713860d65271f38de Mon Sep 17 00:00:00 2001 From: qlsxk <qlsxk@qq.com> Date: 星期六, 11 十月 2025 10:14:33 +0800 Subject: [PATCH] # --- src/main/java/com/zy/asrs/controller/OpenController.java | 71 ----------------------------------- 1 files changed, 1 insertions(+), 70 deletions(-) diff --git a/src/main/java/com/zy/asrs/controller/OpenController.java b/src/main/java/com/zy/asrs/controller/OpenController.java index fd3e4f6..fd12ce9 100644 --- a/src/main/java/com/zy/asrs/controller/OpenController.java +++ b/src/main/java/com/zy/asrs/controller/OpenController.java @@ -234,7 +234,7 @@ } @RequestMapping("/deviceStatus") - @OpenApiLog(memo = "鑾峰彇璁惧鐘舵��") +// @OpenApiLog(memo = "鑾峰彇璁惧鐘舵��") public R getDeviceStatus() { HashMap<String, Object> map = new HashMap<>(); //鑾峰彇灏忚溅鏁版嵁 @@ -292,28 +292,10 @@ map.put("forkLift", forkLiftProtocols); map.put("lift", liftProtocols); - apiLogService.insert(new ApiLog( - null - , "鑾峰彇璁惧鐘舵��" - , "/deviceStatus" - , null - , null - , null - , null - , JSON.toJSONString(map) - , null - , null - , 1 - , new Date() - , null - , null - )); - return R.ok().add(map); } @RequestMapping("/liftDeviceOriginData") - @OpenApiLog(memo = "鑾峰彇鎻愬崌鏈哄師濮嬫暟鎹�") public R getLiftDeviceOriginData() { HashMap<Integer, String> map = new HashMap<>(); @@ -328,23 +310,6 @@ map.put(device.getDeviceNo(), liftThread.getRealtimeOriginData()); } - - apiLogService.insert(new ApiLog( - null - , "鑾峰彇鎻愬崌鏈哄師濮嬫暟鎹�" - , "/liftDeviceOriginData" - , null - , null - , null - , null - , JSON.toJSONString(map) - , null - , null - , 1 - , new Date() - , null - , null - )); return R.ok().add(map); } @@ -364,23 +329,6 @@ map.put("locNo", locMast.getLocNo()); map.put("locSts", locMast.getLocSts()); - apiLogService.insert(new ApiLog( - null - , "鑾峰彇鎸囧畾搴撲綅淇℃伅" - , "/getLocInformation" - , null - , null - , null - , JSON.toJSONString(param) - , JSON.toJSONString(map) - , null - , null - , 1 - , new Date() - , null - , null - )); - return R.ok().add(map); } @@ -399,23 +347,6 @@ map.put("locSts", locMast.getLocSts()); list.add(map); } - - apiLogService.insert(new ApiLog( - null - , "鑾峰彇鍏ㄩ儴搴撲綅淇℃伅" - , "/getAllLocInformation" - , null - , null - , null - , null - , JSON.toJSONString(list) - , null - , null - , 1 - , new Date() - , null - , null - )); return R.ok().add(list); } -- Gitblit v1.9.1