| | |
| | | } |
| | | |
| | | @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); |
| | | } |
| | | |
| | | /** |
| | | * 打开 父节点 及 以上的mdc标记 |
| | | * @param parentId |