|  | @@ -480,9 +480,9 @@ class TongCe:
 | 
	
		
			
				|  |  |          # 3: 读入答题数据
 | 
	
		
			
				|  |  |          self.answers = self.marketing_db.select(self.sql_9)
 | 
	
		
			
				|  |  |          # 4: 写入match信息
 | 
	
		
			
				|  |  | -        # match_data = self.get_question_info_from_db()
 | 
	
		
			
				|  |  | -        # self.linshi_db.truncate('mvp_page_display_match')
 | 
	
		
			
				|  |  | -        # self.linshi_db.add_some(self.sql_3, match_data)
 | 
	
		
			
				|  |  | +        match_data = self.get_question_info_from_db()
 | 
	
		
			
				|  |  | +        self.linshi_db.truncate('mvp_page_display_match')
 | 
	
		
			
				|  |  | +        self.linshi_db.add_some(self.sql_3, match_data)
 | 
	
		
			
				|  |  |          self.match_data_info = self.get_option_match_info()
 | 
	
		
			
				|  |  |          self.linshi_db.truncate('mvp_page_display_data')
 | 
	
		
			
				|  |  |  
 |