|
@@ -60,6 +60,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<result property="goodsId" column="goods_id"/>
|
|
|
<result property="commonSign" column="common_sign"/>
|
|
|
<result property="firstChoiceStatus" column="first_choice_status"/>
|
|
|
+ <result property="viewSign" column="view_sign"/>
|
|
|
</resultMap>
|
|
|
|
|
|
<select id="getList" parameterType="com.zhongzheng.modules.course.bo.CourseMenuQueryBo" resultMap="CourseMenuResultVo">
|
|
@@ -176,6 +177,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
cs.live_start_time,
|
|
|
cs.live_end_time,
|
|
|
cs.live_url,
|
|
|
+ cs.view_sign,
|
|
|
CASE
|
|
|
WHEN m.type = 1 THEN
|
|
|
''
|
|
@@ -233,6 +235,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
cs.live_start_time,
|
|
|
cs.live_end_time,
|
|
|
cs.live_url,
|
|
|
+ cs.view_sign,
|
|
|
CASE
|
|
|
WHEN m.type = 1 THEN
|
|
|
''
|