提交 7df30603 编写于 作者: B bernd.ruecker

fixed missing sorting in tags

上级 873349ff
......@@ -52,7 +52,7 @@
</resultMap>
<select id="selectTagsGroupedByName" resultType="list" resultMap="resultMapCycleArtifactTagContent">
select NAME_, count(*) as COUNT_ from ACT_CY_TAG GROUP BY NAME_
select NAME_, count(*) as COUNT_ from ACT_CY_TAG GROUP BY NAME_ ORDER BY NAME_
</select>
</mapper>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册