| 
														
															@@ -133,7 +133,7 @@ def main(): 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         hour = datetime.now().hour 
														 | 
														
														 | 
														
															         hour = datetime.now().hour 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         log_.info("没有读取到参数,采用系统时间:{}".format(e)) 
														 | 
														
														 | 
														
															         log_.info("没有读取到参数,采用系统时间:{}".format(e)) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     log_.info("使用时间参数-日期:{},小时:{}".format(date, str(hour))) 
														 | 
														
														 | 
														
															     log_.info("使用时间参数-日期:{},小时:{}".format(date, str(hour))) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-    if hour in ["00", "01", "02"]: 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    if hour in ["00", "01", "02", "03"]: 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         log_.info(f"hour={hour}不执行,直接返回。") 
														 | 
														
														 | 
														
															         log_.info(f"hour={hour}不执行,直接返回。") 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         return 
														 | 
														
														 | 
														
															         return 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     # 1 判断上游数据表是否生产完成 
														 | 
														
														 | 
														
															     # 1 判断上游数据表是否生产完成 
														 |