| | |
| | | this.fixtureService = fixtureService; |
| | | } |
| | | |
| | | @Override // org.springblade.modules.cps.service.IProductionCraftProcessRelatedFixtureService |
| | | |
| | | public Map<Long, List<ProductionCraftProcessRelatedFixture>> getMapBindFixture(List<Long> processIds) { |
| | | return list(Wrappers.<ProductionCraftProcessRelatedFixture>lambdaQuery() |
| | | .in(ProductionCraftProcessRelatedFixture::getVersionProcessId, processIds)) |
| | |
| | | }));*/ |
| | | } |
| | | |
| | | @Override // org.springblade.modules.cps.service.IProductionCraftProcessRelatedFixtureService |
| | | |
| | | public int getFixtureBindTray(List<Long> fixtureId) { |
| | | return Math.toIntExact(this.fixtureService.count(Wrappers.<TrayFixture>lambdaQuery().in(TrayFixture::getFixId, fixtureId))); |
| | | /* |
| | |
| | | }, fixtureId)));*/ |
| | | } |
| | | |
| | | @Override // org.springblade.modules.cps.service.IProductionCraftProcessRelatedFixtureService |
| | | |
| | | public List<ProductionCraftProcessRelatedFixtureVO> getProductionCraftProcessRelatedFixtureListByProcessId(Long processId) { |
| | | return this.baseMapper.getProductionCraftProcessRelatedFixtureListByProcessId(processId); |
| | | } |