|
@@ -32,7 +32,7 @@ public class VideoService {
|
|
|
|
|
|
|
|
public void errorReport(VideoErrorReport videoErrorReport) {
|
|
public void errorReport(VideoErrorReport videoErrorReport) {
|
|
|
long loginUser = UserContext.getUser();
|
|
long loginUser = UserContext.getUser();
|
|
|
- if (loginUser != 10001) {
|
|
|
|
|
|
|
+ if (loginUser > 10005) {
|
|
|
return;
|
|
return;
|
|
|
}
|
|
}
|
|
|
|
|
|