提交你睡眠和
This commit is contained in:
parent
c30ce3c750
commit
a6d254bdd8
@ -1353,6 +1353,14 @@ public class ResultRecordServiceImpl extends ServiceImpl<ResultRecordMapper, Res
|
||||
flowRecordId = currentResultRecord.getId();
|
||||
}
|
||||
}
|
||||
List<FlowRecord> preFlowRecords = flowRecordService.selectFlowRecordByRecordIdFlowIndex(currentResultRecord.getRecordId(), currentResultRecord.getFlowIndex() - 1);
|
||||
if(CollectionUtils.isNotEmpty(preFlowRecords)){
|
||||
for(FlowRecord flowRecord:preFlowRecords){
|
||||
if(flowRecord.getApprovalStaffId().equals(resultRecord.getStaffId())){
|
||||
auth.put("recall",1);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
//如果是绩效管理员有一键催办功能
|
||||
StaffRole staffRole = staffRoleService.selectStaffRolesByStaffIdDepartmentLevelList(recordDetailDto.getLoginUserId(),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user