Authored by simba

s

... ... @@ -18,7 +18,7 @@
### 对应SQL的操作库表
```xml
<select id="selectCountByCondition" resultType="java.lang.Integer" >
select
IFNULL(count(1),0)
... ... @@ -68,7 +68,7 @@
</if>
order by id DESC limit #{offset},#{size}
</select>
```
### 错误编码
... ... @@ -79,8 +79,7 @@
### 返回
``` json
```json
{
"code": 200,
"data": [
... ... @@ -88,15 +87,15 @@
"id": "1",
"condNum": "222",
"condContent": "xxxee",
"status": "1",
"status": "1"
},
{
"id": "2",
"condNum": "212",
"condContent": "xxxee",
"status": "1",
"status": "1"
}
]
}
```
... ...