优化跳过
This commit is contained in:
parent
d4f68d5286
commit
293c9ee98f
@ -502,7 +502,7 @@ public class DingtalkBusiness {
|
|||||||
logger.info("或签,需要更新该节点下所有人员的待办任务");
|
logger.info("或签,需要更新该节点下所有人员的待办任务");
|
||||||
for (FlowRecord flowRecord:flowRecords
|
for (FlowRecord flowRecord:flowRecords
|
||||||
) {
|
) {
|
||||||
if(flowRecord.getApprovalStaffId().longValue() != info.getId()){
|
//if(flowRecord.getApprovalStaffId().longValue() != info.getId()){
|
||||||
logger.info("更新非直接跳关人员的待办任务,人员id:{}, 姓名:{}", flowRecord.getApprovalStaffId(),
|
logger.info("更新非直接跳关人员的待办任务,人员id:{}, 姓名:{}", flowRecord.getApprovalStaffId(),
|
||||||
flowRecord.getApprovalStaffName());
|
flowRecord.getApprovalStaffName());
|
||||||
ThirdMsgSendRecord thirdMsgSendRecord =
|
ThirdMsgSendRecord thirdMsgSendRecord =
|
||||||
@ -512,7 +512,7 @@ public class DingtalkBusiness {
|
|||||||
if(thirdMsgSendRecord != null){//把原来的任务更新掉
|
if(thirdMsgSendRecord != null){//把原来的任务更新掉
|
||||||
dingTalkUtil.updateWorkMSG(thirdMsgSendRecord, token);
|
dingTalkUtil.updateWorkMSG(thirdMsgSendRecord, token);
|
||||||
}
|
}
|
||||||
}
|
//}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user