|
@@ -177,6 +177,8 @@ public class QuestionInfoKtNewServiceImpl extends ServiceImpl<QuestionInfoKtNewM
|
|
|
} while (shouldRetry);
|
|
|
|
|
|
sql.append(" ) as db");
|
|
|
+ sql.append(" order by question_type,diff_degree ");
|
|
|
+
|
|
|
System.out.println(sql.toString());
|
|
|
allList = questionInfoKtNewMapper.selectTestK14QuestionInfoList(sql.toString());
|
|
|
|
|
@@ -253,6 +255,8 @@ public class QuestionInfoKtNewServiceImpl extends ServiceImpl<QuestionInfoKtNewM
|
|
|
} while (shouldRetry);
|
|
|
|
|
|
sql.append(" ) as db");
|
|
|
+ sql.append(" order by question_type,diff_degree ");
|
|
|
+
|
|
|
System.out.println(sql.toString());
|
|
|
allList = questionInfoKtNewMapper.selectTestK14QuestionInfoList(sql.toString());
|
|
|
|