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