|
@@ -779,7 +779,7 @@
|
|
|
m.type in (1,3)
|
|
|
and c.goods_id = #{goodsId}) as exam_num,
|
|
|
(SELECT COUNT(DISTINCT ubr.module_id,ubr.chapter_id,ubr.exam_id) FROM user_bank_record ubr LEFT JOIN class_grade_goods cgg on cgg.goods_id
|
|
|
- = ubr.goods_id where ubr.`status`=1 and ubr.report_status=1 and ubr.grade_id = cg.grade_id and ubr.order_goods_id = cg.order_goods_id and ubr.user_id = cgu.user_id and ubr.current_status = 1) as record_num,
|
|
|
+ = ubr.goods_id where ubr.`status`=1 and ubr.report_status=1 and ubr.grade_id = cg.grade_id and ubr.order_goods_id = cgu.order_goods_id and ubr.user_id = cgu.user_id and ubr.current_status = 1) as record_num,
|
|
|
cgu.grade_id,
|
|
|
cg.class_start_time,
|
|
|
cg.class_end_time,
|