Authored by qinchao

监控对象管理

@@ -73,6 +73,7 @@ @@ -73,6 +73,7 @@
73 <if test="tagTypeContent!=null &amp;&amp; tagTypeContent != ''"> 73 <if test="tagTypeContent!=null &amp;&amp; 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">