自动化立体仓库 - WMS系统
zyx
2023-12-22 1cea8144b4ddd9ed19f8e2542b5374ca13c030f4
src/main/java/com/zy/asrs/controller/MapController.java
@@ -34,10 +34,10 @@
    @ManagerAuth
    public String getMapData(@RequestParam Integer lev,@RequestParam Integer area) {
        try {
            String mapFilename = "AMap.json";
            String mapFilename = "map.json";
//            String fileName ="file:" + new ClassPathResource(mapFilename).getPath();
            //获取当前楼层库位数据
            List<LocMast> locMasts = locMastService.selectNodeCLocByLev(lev);
            List<LocMast> locMasts = locMastService.selectNodeLocByLev(lev);
            String fileName = this.getClass().getClassLoader().getResource(mapFilename).getPath();//获取文件路径
//            File file = new File("D:\\workspace\\zy-asrs\\src\\main\\resources\\map.json");