1、swagger接口文档

beetlsql3-dev
陈沅 1 year ago
parent ea9215e134
commit 8b46a4437b

@ -474,7 +474,7 @@ public class StudentAccountAssetAllocationService extends CoreBaseService<Studen
} else if (ObjectUtil.equals(accountAssetAllocation.getName().getText(), AccountTypeEnum.EQUITY_INVESTMENT_ACCOUNT.getText())) { } 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())) { } 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("供应链金融服务公司"); resourcesApplicationQuery.setApplicationSecondLevelRelation("供应链金融服务公司");
}else if(ObjectUtil.equals(accountAssetAllocation.getName().getText(),AccountTypeEnum.FINANCIAL_ACCOUNT.getText())){
resourcesApplicationQuery.setApplicationSecondLevelRelation("智能理财");
} }
if (ObjectUtil.isNotNull(resourcesApplicationQuery.getApplicationSecondLevelRelation())) { if (ObjectUtil.isNotNull(resourcesApplicationQuery.getApplicationSecondLevelRelation())) {

Loading…
Cancel
Save