|
|
@@ -99,6 +99,7 @@
|
|
|
<result property="subApplySiteExamTime" column="sub_apply_site_exam_time"/>
|
|
|
<result property="subscribeId" column="subscribe_id"/>
|
|
|
<result property="gradeId" column="grade_id"/>
|
|
|
+ <result property="userStudyCount" column="user_study_count"/>
|
|
|
</resultMap>
|
|
|
|
|
|
<select id="selectList" parameterType="com.zhongzheng.modules.order.bo.OrderGoodsQueryBo"
|
|
|
@@ -471,6 +472,7 @@
|
|
|
us.apply_site_start_time as sub_apply_site_start_time,
|
|
|
us.apply_site_end_time as sub_apply_site_end_time,
|
|
|
us.apply_site_exam_time as sub_apply_site_exam_time
|
|
|
+ og.study_count as user_study_count
|
|
|
FROM
|
|
|
order_goods og
|
|
|
LEFT JOIN goods g on g.goods_id =og.goods_id
|