首节已办发送
This commit is contained in:
parent
9febd25018
commit
f14b2fb832
|
@ -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());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/* //几个待办
|
/* //几个待办
|
||||||
|
|
Loading…
Reference in New Issue