提交修改
This commit is contained in:
parent
5e1f037b6b
commit
500793fabb
@ -1135,9 +1135,6 @@ public class ResultRecordServiceImpl extends ServiceImpl<ResultRecordMapper, Res
|
|||||||
List<FlowRecord> currentResultRecords = flowRecordService.selectFlowRecordByRecordIdStatus(recordDetailDto.getResultRecordId(),2);
|
List<FlowRecord> currentResultRecords = flowRecordService.selectFlowRecordByRecordIdStatus(recordDetailDto.getResultRecordId(),2);
|
||||||
if(currentResultRecords !=null && currentResultRecords.size() > 0 ){
|
if(currentResultRecords !=null && currentResultRecords.size() > 0 ){
|
||||||
FlowRecord currentResultRecord = null;
|
FlowRecord currentResultRecord = null;
|
||||||
if(currentResultRecords.size() == 1 ){
|
|
||||||
recordDetailDto.setLoginUserId(currentResultRecords.get(0).getApprovalStaffId());
|
|
||||||
}
|
|
||||||
for(FlowRecord flowRecord:currentResultRecords){
|
for(FlowRecord flowRecord:currentResultRecords){
|
||||||
if(flowRecord.getApprovalStaffId().equals(recordDetailDto.getLoginUserId())){
|
if(flowRecord.getApprovalStaffId().equals(recordDetailDto.getLoginUserId())){
|
||||||
currentResultRecord = flowRecord;
|
currentResultRecord = flowRecord;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user