|  | @@ -70,7 +70,7 @@ def getModeBoard():
 | 
											
												
													
														|  |  def getMediaInfo():
 |  |  def getMediaInfo():
 | 
											
												
													
														|  |      data = request.args.to_dict()
 |  |      data = request.args.to_dict()
 | 
											
												
													
														|  |      task_id = data['task_id']
 |  |      task_id = data['task_id']
 | 
											
												
													
														|  | -    sql = f'select * from crawler_author_map where task_id={task_id}'
 |  | 
 | 
											
												
													
														|  | 
 |  | +    sql = f'select * from crawler_author_map where task_id={task_id} and is_del=1'
 | 
											
												
													
														|  |      result = mysql_con.get_values(sql)
 |  |      result = mysql_con.get_values(sql)
 | 
											
												
													
														|  |      task_user_info = []
 |  |      task_user_info = []
 | 
											
												
													
														|  |      for task_info in result:
 |  |      for task_info in result:
 |