@@ -33,7 +33,7 @@
AND b.lib_name LIKE CONCAT('%', #{indexConfigVO.diseaseName}, '%')
</if>
GROUP BY a.disease_id
- ORDER BY a.gmt_create DESC
+ ORDER BY state ASC,gmtModified DESC
</select>
<select id="queryIndexConfigDiseaseName" resultType="com.diagbot.dto.DiseaseInfoDTO">
SELECT DISTINCT