| | |
| | | import cn.hutool.core.lang.Snowflake; |
| | | |
| | | @Service |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/cps/service/impl/TrayStorageServiceImpl.class */ |
| | | public class TrayStorageServiceImpl extends BladeServiceImpl<TrayStorageMapper, TrayStorage> implements ITrayStorageService { |
| | | private static final Logger log = LoggerFactory.getLogger(TrayStorageServiceImpl.class); |
| | | @Autowired |
| | |
| | | @Autowired |
| | | private ICommonGroupOfItemService itemService; |
| | | |
| | | @Override // org.springblade.modules.cps.service.ITrayStorageService |
| | | |
| | | public List<WareTrayStorageVO> listTray(Long id) { |
| | | return this.baseMapper.listTray(id); |
| | | } |
| | | |
| | | @Override // org.springblade.modules.cps.service.ITrayStorageService |
| | | |
| | | @Transactional(rollbackFor = {Exception.class}) |
| | | public List<TrayStorageVO> addTrayStorage(TrayStorageAddVO vo) { |
| | | List<Long> trayIds = vo.getTrayIds(); |
| | |
| | | this.fmsRealTimeTrayService.saveBatch(fmsRealTimeTrays); |
| | | } |
| | | |
| | | @Override // org.springblade.modules.cps.service.ITrayStorageService |
| | | |
| | | @Transactional(rollbackFor = {Exception.class}) |
| | | public Boolean removeBind(TrayFixRemoveVO vo) { |
| | | List<RemoveIdsDTO> ids = vo.getIds(); |
| | |
| | | }, trayCodes)));*/ |
| | | } |
| | | |
| | | @Override // org.springblade.modules.cps.service.ITrayStorageService |
| | | |
| | | public List<WarehouseAreaStationVO> areaStationTree() { |
| | | return this.warehouseAreaService.areaStationTree(); |
| | | } |
| | | |
| | | @Override // org.springblade.modules.cps.service.ITrayStorageService |
| | | |
| | | public List<FmsArea> fmsAreaStationTree() { |
| | | return this.warehouseAreaService.fmsAreaStationTree(); |
| | | } |
| | | |
| | | @Override // org.springblade.modules.cps.service.ITrayStorageService |
| | | |
| | | @Transactional(rollbackFor = {Exception.class}) |
| | | public BladeFile importTrayStorage(MultipartFile file) { |
| | | List<TrayStorageImport> rawData = ExcelUtil.read(file, 0, 2, TrayStorageImport.class); |