| | |
| | | info.setTotalLayer(glassInfo.getTotalLayer()); |
| | | info.setState(Const.HOLLOW_FLOW_CARD_START); |
| | | info.setTotalPairQuantity(totalPairQuantity); |
| | | this.save(info); |
| | | List<HollowBigStorageCageDetails> hollowBigStorageCageDetailsList = hollowBigStorageCageDetailsService.queryOutGlassList(flowCardId, cell); |
| | | int isPairCount = glassInfo.getTotalLayer() * totalPairQuantity; |
| | | List<HollowGlassQueueInfo> hollowQueues = new ArrayList<>(); |
| | |
| | | } |
| | | } |
| | | hollowGlassQueueInfoService.saveBatch(hollowQueues); |
| | | this.save(info); |
| | | return info; |
| | | } |
| | | } |