diff --git a/sys/shkd-sys-sys/src/main/java/shkd/sys/sys/midservice/servicehandler/BacklogServiceHandle.java b/sys/shkd-sys-sys/src/main/java/shkd/sys/sys/midservice/servicehandler/BacklogServiceHandle.java index fc254f4..be0b65c 100644 --- a/sys/shkd-sys-sys/src/main/java/shkd/sys/sys/midservice/servicehandler/BacklogServiceHandle.java +++ b/sys/shkd-sys-sys/src/main/java/shkd/sys/sys/midservice/servicehandler/BacklogServiceHandle.java @@ -76,7 +76,7 @@ public class BacklogServiceHandle extends AbstractServiceHandler { return; }*/ // 发送首节的已办 - sendToDo(ctx,todoInfo); + sendToDo(ctx); } catch (Exception e) { logger.info("###获得缓存失败,发送首节的已办失败:" + e.getMessage()+" ctx:"+ctx.toString()+" ctx.getBusinessKey:"+ctx.getBusinessKey()); } @@ -140,7 +140,7 @@ public class BacklogServiceHandle extends AbstractServiceHandler { * 首节已办数据发送 * @param ctx 信息 */ - private void sendToDo(MessageContext ctx,ToDoInfo todoInfo) { + private void sendToDo(MessageContext ctx) { logger.info("###进入首节已办推送方法"); String accountId = System.getProperty("backlog-accountid"); Object shkd_type = SystemParamServiceHelper.getPublicParameter("shkd_type"); @@ -245,7 +245,7 @@ public class BacklogServiceHandle extends AbstractServiceHandler { throw new KDException(errorCode, e); } //判断是否移动端 - boolean allowMobApprove = allowMobApprove(ctx,todoInfo); + boolean allowMobApprove = allowMobApprove(next.get("fid")); if (allowMobApprove) { continue; }