|
@@ -953,7 +953,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
l.qw_user_id,
|
|
l.qw_user_id,
|
|
|
l.qw_external_contact_id,
|
|
l.qw_external_contact_id,
|
|
|
l.sop_id,
|
|
l.sop_id,
|
|
|
- qec.create_time as qec_create_time
|
|
|
|
|
|
|
+ qec.create_time as qec_create_time,
|
|
|
|
|
+ u.last_ip
|
|
|
FROM
|
|
FROM
|
|
|
fs_course_watch_log l LEFT JOIN qw_external_contact qec on l.qw_external_contact_id = qec.id
|
|
fs_course_watch_log l LEFT JOIN qw_external_contact qec on l.qw_external_contact_id = qec.id
|
|
|
left join fs_user u on u.user_id = l.user_id
|
|
left join fs_user u on u.user_id = l.user_id
|