@ -96,7 +96,7 @@
<if test='type != null and type != "" and type != "0" '>
AND b.type =#{type}
</if>
ORDER BY a.pids ASC, b.created_time DESC
ORDER BY a.pids ASC, b.created_time DESC, a.`NAME` ASC
</select>
<select id="getComparisonList" resultType="com.epmet.entity.IcResiComparisonRecordEntity">