|
@@ -20,7 +20,7 @@
|
|
</resultMap>
|
|
</resultMap>
|
|
|
|
|
|
<select id="getConceptDetailList" resultType="com.diagbot.dto.GetConceptDetailListDTO">
|
|
<select id="getConceptDetailList" resultType="com.diagbot.dto.GetConceptDetailListDTO">
|
|
- SELECT b.id concept_id, b.lib_name, group_concat(title) title, a.is_deleted, a.modifier, a.gmt_modified
|
|
|
|
|
|
+ SELECT b.id concept_id, b.lib_name,b.lib_type as typeId, group_concat(title) title, a.is_deleted, a.modifier, a.gmt_modified
|
|
FROM kl_concept_detail a ,kl_concept b
|
|
FROM kl_concept_detail a ,kl_concept b
|
|
WHERE b.is_deleted='N' and a.concept_id=b.id
|
|
WHERE b.is_deleted='N' and a.concept_id=b.id
|
|
<if test="conceptName!=null and conceptName!=''">
|
|
<if test="conceptName!=null and conceptName!=''">
|