|
@@ -9,7 +9,7 @@
|
9
|
9
|
from t_paper_qtype_question ptq left join t_question q on ptq.questionid=q.questionid
|
10
|
10
|
left join t_paper_student_question psq on ptq.paperid = psq.paperid and ptq.questionid=psq.questionid and psq.classid=#{classid}
|
11
|
11
|
where ptq.paperid=#{paperid}
|
12
|
|
- group by ptq.questionid order by ptq.ptqorder
|
|
12
|
+ group by ptq.questionid having stunum!=0 order by ptq.ptqorder
|
13
|
13
|
</select>
|
14
|
14
|
<!--答题卡作业统计按题-->
|
15
|
15
|
<select id="getSQuestionAnalyze" resultType="com.xhkjedu.sstudy.model.question.TQuestionClass">
|