|
|
@@ -6,8 +6,10 @@
|
|
|
|
|
|
<select id="selectCoursePlaySourceConfigVOListByMap" resultType="com.fs.course.vo.FsCoursePlaySourceConfigVO">
|
|
|
select
|
|
|
- fcpsc.*
|
|
|
+ fcpsc.*,
|
|
|
+ mac.merchant_id as merchantNo
|
|
|
from fs_course_play_source_config fcpsc
|
|
|
+ left join merchant_app_config mac on fcpsc.merchant_config_id = mac.id
|
|
|
where fcpsc.is_del = 0
|
|
|
<if test="params.name != null and params.name != ''">
|
|
|
and fcpsc.name like concat('%', #{params.name}, '%')
|