|
@@ -73,7 +73,6 @@
|
|
AND EXISTS (select 1 from mark_user_class muc
|
|
AND EXISTS (select 1 from mark_user_class muc
|
|
where mug.exam_id = muc.exam_id
|
|
where mug.exam_id = muc.exam_id
|
|
and mug.paper_number = muc.paper_number
|
|
and mug.paper_number = muc.paper_number
|
|
- and mug.group_number = muc.group_number
|
|
|
|
and mug.user_id = muc.user_id
|
|
and mug.user_id = muc.user_id
|
|
and muc.class_name = #{className})
|
|
and muc.class_name = #{className})
|
|
</if>
|
|
</if>
|
|
@@ -107,7 +106,6 @@
|
|
AND EXISTS (select 1 from mark_user_class muc
|
|
AND EXISTS (select 1 from mark_user_class muc
|
|
where mug.exam_id = muc.exam_id
|
|
where mug.exam_id = muc.exam_id
|
|
and mug.paper_number = muc.paper_number
|
|
and mug.paper_number = muc.paper_number
|
|
- and mug.group_number = muc.group_number
|
|
|
|
and mug.user_id = muc.user_id
|
|
and mug.user_id = muc.user_id
|
|
and muc.class_name = #{className})
|
|
and muc.class_name = #{className})
|
|
</if>
|
|
</if>
|