自动化立体仓库 - WCS系统
Junjie
2023-08-09 367c5428f478eb7bad8140b823a0f36c79859dce
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();
        }