|
|
@ -685,7 +685,6 @@ public class InputDocService implements IInputDocService { |
|
|
|
deliverHistory.setFileList(fileList); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
}else{ |
|
|
|
if (StrUtil.isNotBlank(deliverHistory.getFileIds())){ |
|
|
|
List<String> idList = new ArrayList<>(); |
|
|
@ -702,6 +701,7 @@ public class InputDocService implements IInputDocService { |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
return new PageInfo<>(historyList); |
|
|
|
} |
|
|
|
|
|
|
@ -725,8 +725,7 @@ public class InputDocService implements IInputDocService { |
|
|
|
deliverHistory.setFileList(fileList); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
}else{ |
|
|
|
}else { |
|
|
|
if (StrUtil.isNotBlank(deliverHistory.getFileIds())){ |
|
|
|
List<String> idList = new ArrayList<>(); |
|
|
|
idList.add(deliverHistory.getFileIds()); |
|
|
@ -742,6 +741,7 @@ public class InputDocService implements IInputDocService { |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
return new PageInfo<>(historyList); |
|
|
|
} |
|
|
|
return null; |
|
|
|