| | |
| | | return agvBasDevp; |
| | | } |
| | | |
| | | public void updateLocStsAndBarcodeByDevNo(String devNo, String locSts, String barcode){ |
| | | public void updateLocStsAndBarcodeByDevNo(String devNo, String locSts, String barcode, Short containerType){ |
| | | |
| | | AgvBasDevp agvBasDevp = this.selectById(devNo); |
| | | agvBasDevp.setLocSts(locSts); |
| | | agvBasDevp.setBarcode(barcode); |
| | | agvBasDevp.setLocType2(containerType); |
| | | this.updateById(agvBasDevp); |
| | | } |
| | | |
| | |
| | | return this.baseMapper.selectCacheShelvesStationCodeByFloor(floor); |
| | | } |
| | | |
| | | @Override |
| | | public List<String> selectCacheShelvesStationCodeByLocType(short locType) { |
| | | return this.baseMapper.selectCacheShelvesStationCodeByLocType(locType); |
| | | } |
| | | |
| | | public List<Map<String,Object>> selectDevNoAndNumBystationCode(String stationCode){ |
| | | return this.baseMapper.selectDevNoAndNumBystationCode(stationCode); |
| | | } |