自动化立体仓库 - WCS系统
Junjie
2023-11-27 5ac80d6a06f686a62c307c52c652e511e3896fb7
src/main/java/com/zy/common/web/RouterController.java
@@ -58,7 +58,7 @@
    public void monitor(@PathVariable("ledId") Integer ledId,
                        HttpServletResponse response) {
        try{
            response.sendRedirect(contextPath+"/views/monitor/monitor0.html"+ "?" + "ledId=" + ledId);
            response.sendRedirect(contextPath+"/views/monitor/monitor0.html"+ "?"  + "crnId=" + 2 + "&" + "ledId=" + ledId);
        } catch (Exception ex){
            ex.printStackTrace();
        }