|
@@ -77,6 +77,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<result property="coverUrl" column="cover_url"/>
|
|
|
<result property="goodsId" column="goods_id"/>
|
|
|
<result property="goodsName" column="goods_name"/>
|
|
|
+ <result property="goodsType" column="goods_type"/>
|
|
|
<result property="courseId" column="course_id"/>
|
|
|
<result property="moduleId" column="module_id"/>
|
|
|
<result property="chapterId" column="chapter_id"/>
|
|
@@ -1275,6 +1276,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
cs.section_type,
|
|
|
r.*,
|
|
|
g.goods_name,
|
|
|
+ g.goods_type,
|
|
|
cgu.order_goods_id
|
|
|
FROM
|
|
|
(
|