Преглед изворни кода

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

chenjianhua пре 6 дана
родитељ
комит
f514243ea6

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