| | |
| | | for (LocMast locMast : locMasts) { |
| | | if (locMast.getLocSts() != "X" && locMast.getLocSts() != "G" ) { |
| | | HashMap<String, Object> map = new HashMap<>(); |
| | | map.put("warehouse", "ddth"); |
| | | map.put("warehouse", "aryd"); |
| | | map.put("posiX", locMast.getRow1()); |
| | | map.put("posiY", locMast.getBay1()); |
| | | map.put("posiZ", locMast.getLev1()); |
| | |
| | | } |
| | | if(locMast.getLocSts() == "G"){ |
| | | HashMap<String, Object> map = new HashMap<>(); |
| | | map.put("warehouse", "ddth"); |
| | | map.put("warehouse", "aryd"); |
| | | map.put("posiX", locMast.getRow1()); |
| | | map.put("posiY", locMast.getBay1()); |
| | | map.put("posiZ", locMast.getLev1()); |
| | |
| | | } |
| | | if(locMast.getLocSts() == "X"){ |
| | | HashMap<String, Object> map = new HashMap<>(); |
| | | map.put("warehouse", "ddth"); |
| | | map.put("warehouse", "aryd"); |
| | | map.put("posiX", locMast.getRow1()); |
| | | map.put("posiY", locMast.getBay1()); |
| | | map.put("posiZ", locMast.getLev1()); |