liurunyu
2025-06-19 37068a7c3f4a0c985a16a92ff64c361b6e1f17d5
pipIrr-platform/pipIrr-web/pipIrr-web-remote/src/main/java/com/dy/pipIrrRemote/monitor/MonitorCtrl.java
@@ -65,7 +65,7 @@
            }
        } catch (Exception e) {
            log.error("命令执行异常", e);
            return BaseResponseUtils.buildException(e.getMessage());
            return BaseResponseUtils.buildErrorMsg(e.getMessage());
        }
    }