|
|
|
@ -474,7 +474,7 @@ public class StudentAccountAssetAllocationService extends CoreBaseService<Studen
|
|
|
|
|
|
|
|
|
|
} else if (ObjectUtil.equals(accountAssetAllocation.getName().getText(), AccountTypeEnum.EQUITY_INVESTMENT_ACCOUNT.getText())) {
|
|
|
|
|
|
|
|
|
|
resourcesApplicationQuery.setApplicationSecondLevelRelation("PE/VC");
|
|
|
|
|
resourcesApplicationQuery.setApplicationSecondLevelRelation("投资银行");
|
|
|
|
|
|
|
|
|
|
} else if (ObjectUtil.equals(accountAssetAllocation.getName().getText(), AccountTypeEnum.EQUITY_FUND_QUANTITATIVE_TRADING_ACCOUNT.getText())) {
|
|
|
|
|
|
|
|
|
@ -500,6 +500,8 @@ public class StudentAccountAssetAllocationService extends CoreBaseService<Studen
|
|
|
|
|
|
|
|
|
|
resourcesApplicationQuery.setApplicationSecondLevelRelation("供应链金融服务公司");
|
|
|
|
|
|
|
|
|
|
}else if(ObjectUtil.equals(accountAssetAllocation.getName().getText(),AccountTypeEnum.FINANCIAL_ACCOUNT.getText())){
|
|
|
|
|
resourcesApplicationQuery.setApplicationSecondLevelRelation("智能理财");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if (ObjectUtil.isNotNull(resourcesApplicationQuery.getApplicationSecondLevelRelation())) {
|
|
|
|
|