测试
This commit is contained in:
parent
a342994b3f
commit
dc5c5fae19
@ -247,6 +247,15 @@ public class DingtalkBusiness {
|
||||
if(type == WorkMsgTypeEnum.REJECT.getType()){//被拒
|
||||
|
||||
sendWorkMSGWithAsyn(null, toStaffids, WorkMsgTypeEnum.REJECT.getType());
|
||||
}else if(type == WorkMsgTypeEnum.URGING.getType()){//被拒
|
||||
|
||||
sendWorkMSGWithAsyn(null, toStaffids, WorkMsgTypeEnum.URGING.getType());
|
||||
}else if(type == WorkMsgTypeEnum.SKIP.getType()){//被拒
|
||||
|
||||
sendWorkMSGWithAsyn(null, toStaffids, WorkMsgTypeEnum.SKIP.getType());
|
||||
}else if(type == WorkMsgTypeEnum.TRANSFER.getType()){//被拒
|
||||
|
||||
sendWorkMSGWithAsyn(null, toStaffids, WorkMsgTypeEnum.TRANSFER.getType());
|
||||
}else{
|
||||
/*List<FlowRecord> flowRecords =
|
||||
flowRecordService.selectFlowRecordByRecordIdStatus(resultRecordId, 2);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user