|
@@ -259,10 +259,10 @@ public interface FsCourseWatchLogMapper extends BaseMapper<FsCourseWatchLog> {
|
|
|
" and send_type= #{sendType} " +
|
|
" and send_type= #{sendType} " +
|
|
|
"</if>\n" +
|
|
"</if>\n" +
|
|
|
"<if test= 'sTime != null '> " +
|
|
"<if test= 'sTime != null '> " +
|
|
|
- " and DATE(o.create_time) >= DATE(#{sTime})\n" +
|
|
|
|
|
|
|
+ " and o.create_time >= #{sTime}\n" +
|
|
|
"</if>\n" +
|
|
"</if>\n" +
|
|
|
"<if test='eTime != null '> " +
|
|
"<if test='eTime != null '> " +
|
|
|
- " and DATE(o.create_time) <= DATE(#{eTime})\n" +
|
|
|
|
|
|
|
+ " and o.create_time < DATE_ADD(#{eTime}, INTERVAL 1 DAY)\n" +
|
|
|
"</if>" +
|
|
"</if>" +
|
|
|
"<if test ='sendType != 1 and nickName !=null and nickName!=\"\"'>\n" +
|
|
"<if test ='sendType != 1 and nickName !=null and nickName!=\"\"'>\n" +
|
|
|
" and qu.qw_user_name like concat( #{nickName}, '%')\n" +
|
|
" and qu.qw_user_name like concat( #{nickName}, '%')\n" +
|