فهرست منبع

feat:分红管理增加数据来源字段

chenjianhua 6 روز پیش
والد
کامیت
f514243ea6
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      service-manage/src/main/java/com/simuwang/manage/service/impl/DistributionServiceImpl.java

+ 1 - 1
service-manage/src/main/java/com/simuwang/manage/service/impl/DistributionServiceImpl.java

@@ -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);