|
|
|
@@ -15,6 +15,7 @@ import org.springframework.data.domain.Page; |
|
|
|
import org.springframework.data.domain.PageImpl; |
|
|
|
import org.springframework.data.domain.PageRequest; |
|
|
|
import org.springframework.stereotype.Service; |
|
|
|
import org.springframework.transaction.annotation.Transactional; |
|
|
|
|
|
|
|
import javax.annotation.Resource; |
|
|
|
import java.io.IOException; |
|
|
|
@@ -72,6 +73,7 @@ public class AutoMlInsServiceImpl implements AutoMlInsService { |
|
|
|
} |
|
|
|
|
|
|
|
@Override |
|
|
|
@Transactional |
|
|
|
public String batchDelete(List<Long> ids) { |
|
|
|
for (Long id : ids) { |
|
|
|
String result = removeById(id); |
|
|
|
|