1. 优化支付订单回调任务,避免重复打 SQL 查询日志

2. 修复定时任务的回调,回调成功未更新状态的问题。
This commit is contained in:
YunaiV
2023-02-16 23:54:23 +08:00
parent 44b0346e5e
commit 96ecd5028d
5 changed files with 21 additions and 19 deletions

View File

@ -153,6 +153,7 @@ logging:
cn.iocoder.yudao.module.infra.dal.mysql: debug
cn.iocoder.yudao.module.infra.dal.mysql.job.JobLogMapper: INFO # 配置 JobLogMapper 的日志级别为 info
cn.iocoder.yudao.module.pay.dal.mysql: debug
cn.iocoder.yudao.module.pay.dal.mysql.notify.PayNotifyTaskMapper: INFO # 配置 JobLogMapper 的日志级别为 info
cn.iocoder.yudao.module.system.dal.mysql: debug
cn.iocoder.yudao.module.tool.dal.mysql: debug
cn.iocoder.yudao.module.member.dal.mysql: debug