|
@@ -33,7 +33,7 @@ end_date_month = (datetime.datetime.now() + dateutil.relativedelta.relativedelta
|
|
# end_date_month = "20230201"
|
|
# end_date_month = "20230201"
|
|
def job():
|
|
def job():
|
|
if datetime.date.today().day != 4:
|
|
if datetime.date.today().day != 4:
|
|
- print("%s 等待2号执行程序"%datetime_now())
|
|
|
|
|
|
+ print("%s 等待4号执行程序"%datetime_now())
|
|
else:
|
|
else:
|
|
# 连接mysql
|
|
# 连接mysql
|
|
MysqlUtil = MysqlUtils(**mysql)
|
|
MysqlUtil = MysqlUtils(**mysql)
|