Pārlūkot izejas kodu

fix:基金名称分隔符替换回滚

wangzaijun 3 nedēļas atpakaļ
vecāks
revīzija
a0f948f5f3

+ 1 - 4
mo-daq/src/main/java/com/smppw/modaq/domain/dto/report/ReportFundInfoDTO.java

@@ -18,6 +18,7 @@ public class ReportFundInfoDTO extends BaseReportDTO<ReportFundInfoDO> {
     /**
      * 基金的名称
      */
+    @Getter
     private String fundName;
 
     /**
@@ -117,10 +118,6 @@ public class ReportFundInfoDTO extends BaseReportDTO<ReportFundInfoDO> {
         return ReportParseUtils.matchFundCode(this.fundCode);
     }
 
-    public String getFundName() {
-        return this.fundName == null ? null : this.fundName.trim().replaceAll("- ", "");
-    }
-
     public ReportFundInfoDTO() {
         super();
     }