|
@@ -28,12 +28,13 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<result property="periodId" column="period_id" />
|
|
<result property="periodId" column="period_id" />
|
|
|
<result property="watchType" column="watch_type" />
|
|
<result property="watchType" column="watch_type" />
|
|
|
<result property="appId" column="app_id" />
|
|
<result property="appId" column="app_id" />
|
|
|
|
|
+ <result property="chatId" column="chat_id" />
|
|
|
</resultMap>
|
|
</resultMap>
|
|
|
|
|
|
|
|
<sql id="selectFsCourseWatchLogVo">
|
|
<sql id="selectFsCourseWatchLogVo">
|
|
|
select log_id, user_id,finish_time,send_finish_msg,sop_id,video_id,reward_type, log_type, create_time,
|
|
select log_id, user_id,finish_time,send_finish_msg,sop_id,video_id,reward_type, log_type, create_time,
|
|
|
update_time, qw_external_contact_id, duration, qw_user_id, company_user_id, company_id, course_id,
|
|
update_time, qw_external_contact_id, duration, qw_user_id, company_user_id, company_id, course_id,
|
|
|
- camp_period_time,project,period_id,watch_type,app_id from fs_course_watch_log
|
|
|
|
|
|
|
+ camp_period_time,project,period_id,watch_type,app_id,chat_id from fs_course_watch_log
|
|
|
</sql>
|
|
</sql>
|
|
|
|
|
|
|
|
<select id="selectFsCourseWatchLogList" parameterType="FsCourseWatchLog" resultMap="FsCourseWatchLogResult">
|
|
<select id="selectFsCourseWatchLogList" parameterType="FsCourseWatchLog" resultMap="FsCourseWatchLogResult">
|