|  | @@ -68,6 +68,8 @@ public class RegionRealtimeRecallStrategyV1 implements RecallStrategy {
 | 
											
												
													
														|  |          JSONObject obj = new JSONObject();
 |  |          JSONObject obj = new JSONObject();
 | 
											
												
													
														|  |          obj.put("name", "RegionRealtimeRecallStrategyV1");
 |  |          obj.put("name", "RegionRealtimeRecallStrategyV1");
 | 
											
												
													
														|  |          obj.put("filter_time", t2-t1);
 |  |          obj.put("filter_time", t2-t1);
 | 
											
												
													
														|  | 
 |  | +        obj.put("provinceCn", provinceCn);
 | 
											
												
													
														|  | 
 |  | +        obj.put("size", videoids.size());
 | 
											
												
													
														|  |          log.info(obj.toString());
 |  |          log.info(obj.toString());
 | 
											
												
													
														|  |          List<Video> videosResult = new ArrayList<>();
 |  |          List<Video> videosResult = new ArrayList<>();
 | 
											
												
													
														|  |          videoids.stream().forEach(vid -> {
 |  |          videoids.stream().forEach(vid -> {
 |