|  | @@ -317,6 +317,9 @@ public class ContentServiceImpl implements ContentService {
 | 
	
		
			
				|  |  |              } else {
 | 
	
		
			
				|  |  |                  transformationType = TransformationEnum.NOT_EXIST.getType();
 | 
	
		
			
				|  |  |              }
 | 
	
		
			
				|  |  | +            if (StringUtils.isEmpty(userId)) {
 | 
	
		
			
				|  |  | +                userId = SINGLE_VIDEO_UID;
 | 
	
		
			
				|  |  | +            }
 | 
	
		
			
				|  |  |              VideoDetail videoDetail = videoService.publish(videoOssPath, userId, title);
 | 
	
		
			
				|  |  |              if (videoDetail == null) {
 | 
	
		
			
				|  |  |                  continue;
 |