抢晒镜修改
This commit is contained in:
parent
d9da3e205c
commit
d9e31d2b06
@ -1352,7 +1352,9 @@ 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(currentFlowRecord.getRecordId(), currentFlowRecord.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())) {
|
||||||
@ -1360,7 +1362,7 @@ public class ResultRecordServiceImpl extends ServiceImpl<ResultRecordMapper, Res
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
//如果是绩效管理员有一键催办功能
|
//如果是绩效管理员有一键催办功能
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user