@@ -32,7 +32,7 @@
<if test="indexConfigVO.diseaseName != null">
AND b.lib_name LIKE CONCAT('%', #{indexConfigVO.diseaseName}, '%')
</if>
- GROUP BY a.concept_id
+ GROUP BY a.disease_id
ORDER BY a.gmt_create DESC
</select>
<select id="queryIndexConfigDiseaseName" resultType="com.diagbot.dto.DiseaseInfoDTO">