|  | @@ -23,10 +23,10 @@ public interface PlatformGbStreamMapper {
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      @Insert("<script> " +
 | 
	
		
			
				|  |  |              "INSERT into platform_gb_stream " +
 | 
	
		
			
				|  |  | -            "(gbStreamId, platformId, catalogId) " +
 | 
	
		
			
				|  |  | +            "(gbStreamId, platformId, catalogId,status) " +
 | 
	
		
			
				|  |  |              "values " +
 | 
	
		
			
				|  |  |              "<foreach collection='streamPushItems' index='index' item='item' separator=','> " +
 | 
	
		
			
				|  |  | -            "(${item.gbStreamId}, '${item.platformId}', '${item.catalogId}')" +
 | 
	
		
			
				|  |  | +            "(${item.gbStreamId}, '${item.platformId}', '${item.catalogId}'), '${item.status}')" +
 | 
	
		
			
				|  |  |              "</foreach> " +
 | 
	
		
			
				|  |  |              "</script>")
 | 
	
		
			
				|  |  |      int batchAdd(List<StreamPushItem> streamPushItems);
 |