| | |
| | | } |
| | | |
| | | @Override |
| | | public List<MdcProduction> findMdcPros(String userId, String productionId) { |
| | | return this.baseMapper.loadProductionOptions(userId, productionId); |
| | | } |
| | | |
| | | @Override |
| | | public List<MdcProOptionsVo> loadTeamOptions(String userId, String productionId) { |
| | | List<MdcProOptionsVo> result = new ArrayList<>(); |
| | | List<String> productionList = this.findChildren(Arrays.asList(productionId.split(","))); |
| | |
| | | } |
| | | } |
| | | return result; |
| | | } |
| | | |
| | | @Override |
| | | public List<String> findProIdsByUId(String userId, List<String> allProductionIds) { |
| | | return this.baseMapper.findProIdsByUId(userId, allProductionIds); |
| | | } |
| | | |
| | | /** |
| | |
| | | super.update(updateWrapper); |
| | | } |
| | | } |
| | | |
| | | @Override |
| | | public List<String> findChildByProId(String productionId) { |
| | | return this.baseMapper.findChildByProId(productionId); |
| | | } |
| | | |
| | | @Override |
| | | public String findProName(String equipmentId) { |
| | | return this.baseMapper.findProName(equipmentId); |
| | | } |
| | | } |