|
@@ -24,7 +24,7 @@
|
|
|
FROM kl_concept_detail a ,kl_concept b
|
|
|
WHERE b.is_deleted='N' and a.concept_id=b.id
|
|
|
<if test="conceptName!=null and conceptName!=''">
|
|
|
- and b.`lib_name` like concat('%',#{conceptName},'%')
|
|
|
+ and LOWER(b.`lib_name`) like concat('%',LOWER(TRIM(#{conceptName})),'%')
|
|
|
</if>
|
|
|
<if test="status!=null and status!=''">
|
|
|
and a.is_deleted = #{status}
|