|
@@ -170,7 +170,7 @@ public class DistributionServiceImpl implements DistributionService {
|
|
|
try{
|
|
|
if((StringUtil.isEmpty(excelData.getFundName()) && StringUtil.isEmpty(excelData.getFundId()))
|
|
|
|| StringUtil.isEmpty(excelData.getPriceDate()) || StringUtil.isEmpty(excelData.getNav())
|
|
|
- || StringUtil.isEmpty(excelData.getDistributeType()) || StringUtil.isEmpty(excelData.getDistribution())
|
|
|
+ || StringUtil.isEmpty(excelData.getDistributeType()) || StringUtil.isEmpty(excelData.getSourceType()) || StringUtil.isEmpty(excelData.getDistribution())
|
|
|
|| StringUtil.isEmpty(excelData.getCumulativeNavWithdrawal())){
|
|
|
ExcelFailDataVO failDataVO = toExcelFailDataVO(excelData,ExcelConst.REQUIRE_FIELD,dataIdx+startRow);
|
|
|
excelFailDataVOList.add(failDataVO);
|