Authored by simba

查询资讯标签

... ... @@ -18,7 +18,6 @@
### 对应SQL的操作库表
```
<select id="selectTagsCount" resultType="java.lang.Integer" >
select
IFNULL(count(1),0)
... ... @@ -51,7 +50,6 @@
limit #{offset},#{size}
</select>
```
### 错误编码
... ...