提交修改
This commit is contained in:
parent
e66d1cf50a
commit
49aa33bf61
@ -233,6 +233,11 @@ public class DingtalkBusiness {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
public String sendWorkMSGWithAsyn(Long resultRecordId ,Long flowRecordId, int type) {
|
||||||
|
|
||||||
|
|
||||||
|
return null;
|
||||||
|
}
|
||||||
//流程流转发送消息
|
//流程流转发送消息
|
||||||
public String sendWorkMSGWithAsyn(Long resultRecordId , int type) {
|
public String sendWorkMSGWithAsyn(Long resultRecordId , int type) {
|
||||||
ResultRecord resultRecord = resultRecordService.selectResultRecordById(resultRecordId);
|
ResultRecord resultRecord = resultRecordService.selectResultRecordById(resultRecordId);
|
||||||
|
|||||||
@ -937,7 +937,7 @@ public class ResultRecordServiceImpl extends ServiceImpl<ResultRecordMapper, Res
|
|||||||
newSubmit(approvalDto,FlowRecordStatusEnums.SKIP_STATUS.getStatus());
|
newSubmit(approvalDto,FlowRecordStatusEnums.SKIP_STATUS.getStatus());
|
||||||
}
|
}
|
||||||
flowChangeService.saveChange(approvalDto, flowRecord, 0);
|
flowChangeService.saveChange(approvalDto, flowRecord, 0);
|
||||||
dingtalkBusiness.sendWorkMSGWithAsyn(flowRecord.getRecordId(), WorkMsgTypeEnum. SKIP.getType());
|
dingtalkBusiness.sendWorkMSGWithAsyn(flowRecord.getRecordId(),flowRecord.getId(), WorkMsgTypeEnum. SKIP.getType());
|
||||||
return R.ok("恭喜您,跳过成功。");
|
return R.ok("恭喜您,跳过成功。");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user