...
|
...
|
@@ -16,12 +16,12 @@ |
|
|
|
|
|
### 对应SQL的操作库表
|
|
|
|
|
|
```
|
|
|
|
|
|
<delete id="deleteByPrimaryKey" parameterType="java.lang.Integer">
|
|
|
delete from article_sort
|
|
|
where id = #{id,jdbcType=INTEGER}
|
|
|
</delete>
|
|
|
```
|
|
|
delete from article_sort
|
|
|
where id = #{id,jdbcType=INTEGER}
|
|
|
</delete>
|
|
|
|
|
|
|
|
|
### 错误编码
|
|
|
|
...
|
...
|
|