| | |
| | | import com.qianwen.smartman.modules.cps.vo.ProductionCraftProcessRelatedFixtureVO; |
| | | |
| | | @Service |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/cps/service/impl/ProductionCraftProcessRelatedFixtureServiceImpl.class */ |
| | | public class ProductionCraftProcessRelatedFixtureServiceImpl extends ServiceImpl<ProductionCraftProcessRelatedFixtureMapper, ProductionCraftProcessRelatedFixture> implements IProductionCraftProcessRelatedFixtureService { |
| | | private static final Logger log = LoggerFactory.getLogger(ProductionCraftProcessRelatedFixtureServiceImpl.class); |
| | | private final ITrayFixtureService fixtureService; |
| | |
| | | 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); |
| | | } |