This commit is contained in:
aaron 2025-03-13 09:35:45 +08:00
parent 8775148fab
commit 42de947521
2 changed files with 2 additions and 1 deletions

View File

@ -406,11 +406,12 @@ async def daily_partner_settlement():
logger.info("每日合伙人结算报告已发送到企业微信")
except Exception as e:
logger.error(f"发送企业微信消息失败: {str(e)}")
raise e
except Exception as e:
db.rollback()
logger.error(f"运行每日合伙人结算任务失败: {str(e)}")
raise e
def run_daily_partner_settlement():

Binary file not shown.