瀏覽代碼

题库返回单题和母题

tags/正式版本
王宁 2 年之前
父節點
當前提交
43e0ccf8cd
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      sstudy/src/main/resources/mapper/question/QuestionMapper.xml

+ 1
- 0
sstudy/src/main/resources/mapper/question/QuestionMapper.xml 查看文件

@@ -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…
取消
儲存