|
@@ -589,8 +589,7 @@
|
|
|
where cgu.user_id = #{userId}
|
|
|
and cgg.goods_id = g.goods_id
|
|
|
and cg.`status` = 1
|
|
|
- and unix_timestamp(now()) BETWEEN cg.class_start_time and cg.class_end_time) as grade_id,
|
|
|
- cb.goods_learning_order
|
|
|
+ and unix_timestamp(now()) BETWEEN cg.class_start_time and cg.class_end_time) as grade_id
|
|
|
FROM goods g
|
|
|
LEFT JOIN pay_supply ps ON g.supply_id = ps.supply_id
|
|
|
LEFT JOIN course_education_type cet ON g.education_type_id = cet.id
|