Authored by qinchao

监控对象管理

... ... @@ -73,6 +73,7 @@
<if test="tagTypeContent!=null &amp;&amp; tagTypeContent != ''">
and tag_type = #{tagTypeContent,jdbcType=VARCHAR}
</if>
order by tag_type,id desc
</select>
<select id="selectCount" resultType="java.lang.Integer">
... ...