|  |  |  | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | private void setFlagForAgvBasDevpDto(AgvWrkMast agvWrkMast, AgvBasDevpDto agvBasDevpDto){ | 
|---|
|  |  |  | //当工作档类型为101.出库 并且 工作位状态为F.在库时,显示容器离场按钮 | 
|---|
|  |  |  | //当工作档类型为101.出库 并且 工作位状态为F.在库时,显示货架离场按钮 | 
|---|
|  |  |  | if(agvWrkMast.getIoType() == 101 && "F".equals(agvBasDevpDto.getLocSts())){ | 
|---|
|  |  |  | agvBasDevpDto.setContainerMoveOutFlag(true); | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | //当工作档类型为101.出库 并且 工作位状态为F.在库时,显示容器离场按钮 | 
|---|
|  |  |  | //当工作档类型为101.出库 并且 工作位状态为F.在库时,显示货架离场按钮 | 
|---|
|  |  |  | if(agvWrkMast.getIoType() == 110 && "D".equals(agvBasDevpDto.getLocSts())){ | 
|---|
|  |  |  | agvBasDevpDto.setContainerMoveOutFlag(true); | 
|---|
|  |  |  | } | 
|---|
|  |  |  | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @Override | 
|---|
|  |  |  | public List<String> selectCacheShelvesStationCodeByLocType(short locType) { | 
|---|
|  |  |  | return this.baseMapper.selectCacheShelvesStationCodeByLocType(locType); | 
|---|
|  |  |  | public List<String> selectCacheShelvesStationCodeByLocType(short locType, int floor) { | 
|---|
|  |  |  | return this.baseMapper.selectCacheShelvesStationCodeByLocType(locType,floor); | 
|---|
|  |  |  | } | 
|---|
|  |  |  | @Override | 
|---|
|  |  |  | public List<String> selectCacheShelvesStationCodeByLocType2(short locType, int floor) { | 
|---|
|  |  |  | return this.baseMapper.selectCacheShelvesStationCodeByLocType2(locType,floor); | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public List<Map<String,Object>> selectDevNoAndNumBystationCode(String stationCode){ | 
|---|