Преглед на файлове

feat:产品要素母子基金标签调整

chenjianhua преди 1 седмица
родител
ревизия
049f4eec57
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      service-manage/src/main/java/com/simuwang/manage/service/impl/ProductServiceImpl.java

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

@@ -398,7 +398,7 @@ public class ProductServiceImpl implements ProductService {
         productInformationDO.setInvestmentStrategyDesc(productInformationData.getInvestmentStrategyDesc());
         productInformationDO.setReportFrequency(productInformationData.getReportFrequency());
         productInformationDO.setRemark(productInformationData.getRemark());
-        productInformationDO.setMsLabel(productInformationDO.getMsLabel());
+        productInformationDO.setMsLabel(productInformationData.getMsLabel());
         productInformationDO.setStartDate(productInformationData.getStartDate());
         productInformationDO.setLiquidateDate(productInformationData.getLiquidateDate());
         productInformationDO.setIsStruct(productInformationData.getIsStruct());