提交修改
This commit is contained in:
parent
bd75727e5c
commit
a42a74101a
@ -948,7 +948,7 @@ public class ResultRecordServiceImpl extends ServiceImpl<ResultRecordMapper, Res
|
||||
flowRecord.setApprovalStaffId(staffEntity.getId());
|
||||
flowRecord.setApprovalStaffName(staffEntity.getName());
|
||||
flowRecordService.updateFlowRecordById(flowRecord);
|
||||
dingtalkBusiness.sendWorkMSGWithAsyn(flowRecord.getRecordId(), WorkMsgTypeEnum.TRANSFER.getType());
|
||||
dingtalkBusiness.sendWorkMSGWithAsyn(flowRecord.getRecordId(),flowRecord.getId(), WorkMsgTypeEnum.TRANSFER.getType());
|
||||
return R.ok("转交成功");
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user