...
|
...
|
@@ -16,12 +16,12 @@ |
|
|
|
|
|
### 对应SQL的操作库表
|
|
|
|
|
|
|
|
|
```xml
|
|
|
<delete id="deleteByPrimaryKey" parameterType="java.lang.Integer" >
|
|
|
delete from author
|
|
|
where uid = #{uid,jdbcType=INTEGER}
|
|
|
</delete>
|
|
|
|
|
|
```
|
|
|
|
|
|
### 错误编码
|
|
|
|
...
|
...
|
@@ -34,7 +34,7 @@ |
|
|
|
|
|
### 返回
|
|
|
|
|
|
``` json
|
|
|
```json
|
|
|
{
|
|
|
"code": "200",
|
|
|
"message":"删除成功"
|
...
|
...
|
|