优化取消待办代码
This commit is contained in:
parent
e5496346bf
commit
072eaa5e34
@ -561,7 +561,10 @@ public class DingtalkBusiness {
|
||||
if(flowRecords.size() > 0){
|
||||
for (FlowRecord flowRecord:flowRecords
|
||||
) {
|
||||
if(flowRecord.getStatus().intValue() == 1){
|
||||
if(flowRecord.getStatus().intValue() == 1
|
||||
|| flowRecord.getStatus().intValue() == 3
|
||||
|| flowRecord.getStatus().intValue() == 4
|
||||
|| workMsgTypeEnum.getType() == WorkMsgTypeEnum.REJECT.getType()){
|
||||
logger.info("将要更新人员的待办任务,人员id:{}, 姓名:{}", flowRecord.getApprovalStaffId(),
|
||||
flowRecord.getApprovalStaffName());
|
||||
ThirdMsgSendRecord thirdMsgSendRecord =
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user