首节已办发送

This commit is contained in:
fang 2025-07-02 17:51:30 +08:00
parent 9febd25018
commit f14b2fb832
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ public class BacklogServiceHandle extends AbstractServiceHandler {
// 发送首节的已办 // 发送首节的已办
sendToDo(ctx); sendToDo(ctx);
} catch (Exception e) { } catch (Exception e) {
logger.info("###获得缓存失败,发送首节的已办失败:" + e.getMessage()+"ctx.getBusinessKey"+ctx.getBusinessKey()); logger.info("###获得缓存失败,发送首节的已办失败:" + e.getMessage()+" ctx:"+ctx.toString()+" ctx.getBusinessKey"+ctx.getBusinessKey());
} }
} }
/* //几个待办 /* //几个待办