|  | @@ -193,13 +193,12 @@ class Response(object):
 | 
											
												
													
														|  |              "productionPath": productionPath,
 |  |              "productionPath": productionPath,
 | 
											
												
													
														|  |              "videoUrl": videoUrl,
 |  |              "videoUrl": videoUrl,
 | 
											
												
													
														|  |              "mini_id": mini_id,
 |  |              "mini_id": mini_id,
 | 
											
												
													
														|  | -            "paragraphPosition": index * 0.25,
 |  | 
 | 
											
												
													
														|  |          }
 |  |          }
 | 
											
												
													
														|  | -        # if gh_id in self.test_id_set and index == 1:
 |  | 
 | 
											
												
													
														|  | -        # 只针对插入的第一个小程序位置做改变
 |  | 
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  |          if index == 1:
 |  |          if index == 1:
 | 
											
												
													
														|  |              result['paragraphPosition'] = 0.01
 |  |              result['paragraphPosition'] = 0.01
 | 
											
												
													
														|  | -
 |  | 
 | 
											
												
													
														|  | 
 |  | +        else:
 | 
											
												
													
														|  | 
 |  | +            result['paragraphPosition'] = (index - 1) * 0.25
 | 
											
												
													
														|  |          update_result_sql = f"""
 |  |          update_result_sql = f"""
 | 
											
												
													
														|  |                              UPDATE {db_article}
 |  |                              UPDATE {db_article}
 | 
											
												
													
														|  |                              SET
 |  |                              SET
 |