|
@@ -247,6 +247,9 @@
|
|
|
<if test="parentSubjectId == null">
|
|
|
AND t.parent_subject_id_ != 0 AND t.cbs_subject_id_ is not null
|
|
|
</if>
|
|
|
+ <if test="keyword != null and keyword != ''">
|
|
|
+ AND t.name_ LIKE CONCAT('%',#{keyword},'%')
|
|
|
+ </if>
|
|
|
<if test="delFlag != null">
|
|
|
AND t.del_flag_ = #{delFlag}
|
|
|
</if>
|