提交修改
This commit is contained in:
parent
bc3e296aed
commit
00dade42a3
@ -529,6 +529,7 @@ public class ResultRecordServiceImpl extends ServiceImpl<ResultRecordMapper, Res
|
||||
lastUsedFlowRecord.setId(null);
|
||||
lastUsedFlowRecord.setGmtCreate(new Date());
|
||||
lastUsedFlowRecord.setGmtModified(new Date());
|
||||
lastUsedFlowRecord.setStatus(1);
|
||||
flowRecordService.insertFlowRecord(lastUsedFlowRecord);// 新插入一条提交记录
|
||||
|
||||
StaffEntity mySelf = staffService.selectStaffById(resultRecord.getStaffId());
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user