|
@@ -47,7 +47,7 @@
|
|
|
WHERE t1.delete_mark = 0 AND t2.delete_mark = 0
|
|
|
AND t3.teacher_id = #{dto.teacherId}
|
|
|
<if test="dto.keyword != null and dto.keyword != ''">
|
|
|
- t1.name like concat('%', #{dto.keyword},'%')
|
|
|
+ and t1.name like concat('%', #{dto.keyword},'%')
|
|
|
</if>
|
|
|
ORDER BY t1.create_date DESC, t2.create_date DESC,t3.create_date DESC
|
|
|
</select>
|