|
@@ -267,6 +267,9 @@ public interface FsCourseWatchLogMapper extends BaseMapper<FsCourseWatchLog> {
|
|
|
"<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" +
|
|
|
"</if>" +
|
|
"</if>" +
|
|
|
|
|
+ "<if test ='sendType != 1 and qwUserId !=null '>\n" +
|
|
|
|
|
+ " and qu.id = #{qwUserId} \n" +
|
|
|
|
|
+ "</if>" +
|
|
|
"<if test ='sendType == 1 and nickName !=null and nickName!=\"\"'>\n" +
|
|
"<if test ='sendType == 1 and nickName !=null and nickName!=\"\"'>\n" +
|
|
|
" and cu.nick_name like concat( #{nickName}, '%')\n" +
|
|
" and cu.nick_name like concat( #{nickName}, '%')\n" +
|
|
|
"</if>" +
|
|
"</if>" +
|