|
@@ -55,7 +55,7 @@ public abstract class ReportData implements Serializable {
|
|
|
return false;
|
|
|
}
|
|
|
return !StrUtil.isBlank(this.baseInfo.getReportName())
|
|
|
- && !StrUtil.isBlank(this.fundInfo.getFundName());
|
|
|
+ && StrUtil.isAllNotBlank(this.fundInfo.getFundName(), this.fundInfo.getFundCode());
|
|
|
}
|
|
|
|
|
|
@Override
|
|
@@ -63,7 +63,6 @@ public abstract class ReportData implements Serializable {
|
|
|
return "baseInfo=" + baseInfo +
|
|
|
", fundInfo=" + fundInfo +
|
|
|
", aiParse=" + aiParse +
|
|
|
- ", aiFileId=" + aiFileId +
|
|
|
", reportType=" + this.getReportType();
|
|
|
}
|
|
|
}
|