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