| | |
| | | import com.qianwen.smartman.modules.visual.service.IVisualGlobalApiService; |
| | | |
| | | @Service |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/visual/service/impl/VisualGlobalApiServiceImpl.class */ |
| | | |
| | | public class VisualGlobalApiServiceImpl extends BaseServiceImpl<VisualGlobalApiMapper, VisualGlobalApi> implements IVisualGlobalApiService { |
| | | private IInterfaceConfigService interfaceConfigService; |
| | | |
| | |
| | | } |
| | | |
| | | /* JADX WARN: Multi-variable type inference failed */ |
| | | @Override // org.springblade.modules.visual.service.IVisualGlobalApiService |
| | | |
| | | public List<VisualGlobalApi> listByVisualId(VisualGlobalQueryDTO visualGlobalQueryDTO) { |
| | | if (StringUtils.isEmpty(visualGlobalQueryDTO.getVisualId())) { |
| | | return Collections.emptyList(); |
| | |
| | | }, interfaceConfigIds));*/ |
| | | } |
| | | |
| | | @Override // org.springblade.modules.visual.service.IVisualGlobalApiService |
| | | |
| | | public void updateVisualId(Visual visual, List<Long> globalApiId) { |
| | | if (globalApiId != null && !globalApiId.isEmpty()) { |
| | | lambdaUpdate() |