Authored by simba

s

... ... @@ -17,6 +17,7 @@
### 对应SQL的操作库表
```xml
<select id="selectCountByBrandId" resultType="java.lang.Integer" >
select
IFNULL(count(1),0)
... ... @@ -39,7 +40,7 @@
</where>
order by create_time DESC limit #{offset},#{size}
</select>
```
### 错误编码
... ... @@ -79,4 +80,4 @@
}
]
}
```
... ...