| | |
| | | return null; |
| | | } |
| | | |
| | | public List<String> getStandbyLoc$() { |
| | | ArrayList<String> list = new ArrayList<>(); |
| | | if (this.standbyLoc != null) { |
| | | List<String> standbyLocs = JSON.parseArray(this.standbyLoc, String.class); |
| | | list.addAll(standbyLocs); |
| | | } |
| | | return list; |
| | | } |
| | | |
| | | public List<String> getLockPath$() { |
| | | ArrayList<String> list = new ArrayList<>(); |
| | | if (this.lockPath != null) { |
| | |
| | | String standbyLocNoFrom = shuttleStandbyFrom.getDeviceStandbyLoc(); |
| | | |
| | | //穿梭车出提升机后小车待机位 |
| | | String shuttleFromLiftStandbyLoc = shuttleStandbyFrom.getStandbyLoc(); |
| | | List<String> standbyLocs = shuttleStandbyFrom.getStandbyLoc$();//获取全部待机位 |
| | | //获取可用待机位 |
| | | String shuttleFromLiftStandbyLoc = shuttleDispatcher.searchAvailableLocNo(Integer.valueOf(shuttleDevice.getDeviceNo()), shuttleDevice.getHostId(), shuttleThread.getStatus().getCurrentLocNo(), standbyLocs); |
| | | |
| | | //换层需要锁定的路径 |
| | | List<String> lockPath = shuttleStandbyFrom.getLockPath$(); |