| | |
| | | //待包装成品存储区出库接驳位 |
| | | this.insertBatch(getConnectionBasDevpList("DO",8,2,false,(short)1)); |
| | | //原材料入库接驳位 |
| | | this.insertBatch(getConnectionBasDevpList("YI",15,2,true,(short)2)); |
| | | this.insertBatch(getConnectionBasDevpList("YI",14,2,true,(short)2)); |
| | | //原材料出库接驳位 |
| | | this.insertBatch(getConnectionBasDevpList("YO",18,2,false,(short)2)); |
| | | //箱壳入库接驳位 |
| | |
| | | } |
| | | |
| | | @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); |
| | | } |
| | | |
| | | public List<Map<String,Object>> selectDevNoAndNumBystationCode(String stationCode){ |