Authored by simba

查询资讯标签

@@ -18,7 +18,6 @@ @@ -18,7 +18,6 @@
18 18
19 ### 对应SQL的操作库表 19 ### 对应SQL的操作库表
20 20
21 -```  
22 <select id="selectTagsCount" resultType="java.lang.Integer" > 21 <select id="selectTagsCount" resultType="java.lang.Integer" >
23 select 22 select
24 IFNULL(count(1),0) 23 IFNULL(count(1),0)
@@ -51,7 +50,6 @@ @@ -51,7 +50,6 @@
51 limit #{offset},#{size} 50 limit #{offset},#{size}
52 </select> 51 </select>
53 52
54 -```  
55 53
56 ### 错误编码 54 ### 错误编码
57 55