|
@@ -94,7 +94,7 @@ public class VideoSourceTypeStrategy implements FilterStrategy {
|
|
|
|
|
|
@Override
|
|
@Override
|
|
public List<Long> filter(FilterParam param) {
|
|
public List<Long> filter(FilterParam param) {
|
|
-
|
|
|
|
|
|
+ log.info("VideoSourceTypeStrategy");
|
|
if (param == null) {
|
|
if (param == null) {
|
|
return Collections.emptyList();
|
|
return Collections.emptyList();
|
|
}
|
|
}
|