Parcourir la source

题库返回单题和母题

tags/正式版本
王宁 il y a 2 ans
Parent
révision
43e0ccf8cd
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1
    0
      sstudy/src/main/resources/mapper/question/QuestionMapper.xml

+ 1
- 0
sstudy/src/main/resources/mapper/question/QuestionMapper.xml Voir le fichier

@@ -181,6 +181,7 @@
181 181
         <if test="question.complexity!=null and question.complexity!=0">
182 182
             and q.complexity=#{question.complexity}
183 183
         </if>
184
+        and q.qlevel &lt; 3
184 185
         </where>
185 186
         group by q.questionid order by q.qstate,q.createtime desc
186 187
     </select>

Chargement…
Annuler
Enregistrer