|
|
@@ -261,6 +261,9 @@ public interface FsCourseWatchLogMapper extends BaseMapper<FsCourseWatchLog> {
|
|
|
"where o.company_id=#{companyId} " +
|
|
|
"<if test= 'sendType != null '> " +
|
|
|
" and send_type= #{sendType} " +
|
|
|
+ "<if test= 'sendType == 2 '>" +
|
|
|
+ " and o.qw_user_id IS NOT NULL" +
|
|
|
+ "</if>\n" +
|
|
|
"</if>\n" +
|
|
|
"<if test= 'sTime != null '> " +
|
|
|
" and DATE(o.create_time) >= DATE(#{sTime})\n" +
|