2 Commits

View File

@@ -504,6 +504,7 @@ public class ModelTrainMngCoreService {
return datasetRepository.findDatasetUid(datasetIds);
}
@Transactional(readOnly = true)
public List<Long> findModelDatasetMapp(Long modelId) {
List<Long> datasetUids = new ArrayList<>();
List<ModelDatasetMappEntity> entities = modelDatasetMapRepository.findByModelUid(modelId);