Showing
1 changed file
with
1 additions
and
0 deletions
@@ -73,6 +73,7 @@ | @@ -73,6 +73,7 @@ | ||
73 | <if test="tagTypeContent!=null && tagTypeContent != ''"> | 73 | <if test="tagTypeContent!=null && tagTypeContent != ''"> |
74 | and tag_type = #{tagTypeContent,jdbcType=VARCHAR} | 74 | and tag_type = #{tagTypeContent,jdbcType=VARCHAR} |
75 | </if> | 75 | </if> |
76 | + order by tag_type,id desc | ||
76 | </select> | 77 | </select> |
77 | 78 | ||
78 | <select id="selectCount" resultType="java.lang.Integer"> | 79 | <select id="selectCount" resultType="java.lang.Integer"> |
-
Please register or login to post a comment