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