Explorar el Código

题库返回单题和母题

tags/正式版本
王宁 hace 2 años
padre
commit
43e0ccf8cd
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      sstudy/src/main/resources/mapper/question/QuestionMapper.xml

+ 1
- 0
sstudy/src/main/resources/mapper/question/QuestionMapper.xml Ver fichero

@@ -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>

Loading…
Cancelar
Guardar