<select id="findTagsOrderBy" resultType="com.blog.model.Tags">
        SELECT * FROM db_blog.tb_tags
        ORDER BY count DESC
    </select>转化后的sql:
Preparing: SELECT * FROM db_blog.tb_tags order by count  DESC不见了??去哪里了??