|
@@ -192,7 +192,7 @@ public class VideoPostQueryImpl implements VideoPostQuery {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
int status = videoPost.getStatus();
|
|
int status = videoPost.getStatus();
|
|
|
- if (status != VideoStatus.publish.getValue() || status != VideoStatus.noVideoFile.getValue()) {
|
|
|
|
|
|
|
+ if (status != VideoStatus.publish.getValue() && status != VideoStatus.noVideoFile.getValue()) {
|
|
|
return WebResult.notFound();
|
|
return WebResult.notFound();
|
|
|
}
|
|
}
|
|
|
|
|
|