错题集添加排序

master
xiaoCJ 4 months ago
parent 7752bf5d88
commit b7051dc993

@ -747,6 +747,7 @@ public class TheoryTestServiceImpl implements TheoryTestService {
ObjectiveQuestionExample example1 = new ObjectiveQuestionExample();
example1.createCriteria().andObjectiveIdIn(allIds);
example1.setOrderByClause("type");
return objectiveQuestionMapper.selectByExampleWithBLOBs(example1);
}

@ -45,13 +45,13 @@
<!-- <table tableName="case_cash_plan" domainObjectName="CaseCashPlan"/>-->
<!-- <table tableName="case_distribution_of_property" domainObjectName="CaseDistributionOfProperty"/>-->
<!-- <table tableName="case_insurance_plan" domainObjectName="CaseInsurancePlan"/>-->
<table tableName="case_life_education_plan" domainObjectName="CaseLifeEducationPlan"/>
<table tableName="case_retirement_plan" domainObjectName="CaseRetirementPlan"/>
<!-- <table tableName="case_life_education_plan" domainObjectName="CaseLifeEducationPlan"/>-->
<!-- <table tableName="case_retirement_plan" domainObjectName="CaseRetirementPlan"/>-->
<!-- <table tableName="case_financial_ratios" domainObjectName="CaseFinancialRatios"/>-->
<!-- <table tableName="case_heritage" domainObjectName="CaseHeritage"/>-->
<table tableName="case_start_an_undertaking_plan" domainObjectName="CaseStartAnUndertakingPlan"/>
<!-- <table tableName="case_start_an_undertaking_plan" domainObjectName="CaseStartAnUndertakingPlan"/>-->
<!-- <table tableName="case_tax_plan" domainObjectName="CaseTaxPlan"/>-->
<table tableName="case_consumption_plan" domainObjectName="CaseConsumptionPlan"/>
<!-- <table tableName="case_consumption_plan" domainObjectName="CaseConsumptionPlan"/>-->
<!-- <table tableName="case_cash_flow" domainObjectName="CaseCashFlow"/>-->
<!-- <table tableName="case_distribution_of_property_family_records" domainObjectName="CaseDistributionOfPropertyFamilyRecords"/>-->
<!-- <table tableName="case_finance_liability" domainObjectName="CaseFinanceLiability"/>-->
@ -59,7 +59,7 @@
<!-- <table tableName="case_info" domainObjectName="CaseInfo"/>-->
<!-- <table tableName="case_risk_index" domainObjectName="CaseRiskIndex"/>-->
<!-- <table tableName="bank_deposits" domainObjectName="BankDeposits"/>-->
<!-- <table tableName="chapter" domainObjectName="Chapter"/>-->
<table tableName="chapter" domainObjectName="Chapter"/>
<!-- <table tableName="client_family_info" domainObjectName="ClientFamilyInfo"/>-->
<!-- <table tableName="client_weight" domainObjectName="ClientWeight"/>-->
<!-- <table tableName="com_case" domainObjectName="ComCase"/>-->

Loading…
Cancel
Save