|  | @@ -431,7 +431,7 @@ class AGC():
 | 
											
												
													
														|  |                          sqlHelp.insert_videoAudio(video_files, uid, platform, mark)
 |  |                          sqlHelp.insert_videoAudio(video_files, uid, platform, mark)
 | 
											
												
													
														|  |                          Common.logger("video").info(f"{mark}的{platform}渠道完成已使用视频存入数据库")
 |  |                          Common.logger("video").info(f"{mark}的{platform}渠道完成已使用视频存入数据库")
 | 
											
												
													
														|  |                      Common.logger("video").info(f"{mark}的{platform}渠道开始视频添加到对应用户")
 |  |                      Common.logger("video").info(f"{mark}的{platform}渠道开始视频添加到对应用户")
 | 
											
												
													
														|  | -                    new_video_id = PQ.insert_piaoquantv(oss_object_key, audio_title, pq_ids_list, cover, uid)
 |  | 
 | 
											
												
													
														|  | 
 |  | +                    new_video_id, title = PQ.insert_piaoquantv(oss_object_key, audio_title, pq_ids_list, cover, uid)
 | 
											
												
													
														|  |                      if new_video_id:
 |  |                      if new_video_id:
 | 
											
												
													
														|  |                          Common.logger("video").info(f"{mark}的{platform}渠道视频添加到对应用户成功")
 |  |                          Common.logger("video").info(f"{mark}的{platform}渠道视频添加到对应用户成功")
 | 
											
												
													
														|  |                      if os.path.isfile(v_oss_path):
 |  |                      if os.path.isfile(v_oss_path):
 | 
											
										
											
												
													
														|  | @@ -452,7 +452,7 @@ class AGC():
 | 
											
												
													
														|  |                      else:
 |  |                      else:
 | 
											
												
													
														|  |                          user_id = video_id
 |  |                          user_id = video_id
 | 
											
												
													
														|  |                          data = ''
 |  |                          data = ''
 | 
											
												
													
														|  | -                    values = [[mark, str(uid), user_id, data, audio_title, new_video_id, formatted_time]]
 |  | 
 | 
											
												
													
														|  | 
 |  | +                    values = [[mark, str(uid), user_id, data, title, new_video_id, formatted_time]]
 | 
											
												
													
														|  |                      if mark_name == "穆新艺":
 |  |                      if mark_name == "穆新艺":
 | 
											
												
													
														|  |                          sheet = '50b8a1'
 |  |                          sheet = '50b8a1'
 | 
											
												
													
														|  |                      elif mark_name == "信欣":
 |  |                      elif mark_name == "信欣":
 |