Showing
1 changed file
with
5 additions
and
5 deletions
@@ -16,12 +16,12 @@ | @@ -16,12 +16,12 @@ | ||
16 | 16 | ||
17 | ### 对应SQL的操作库表 | 17 | ### 对应SQL的操作库表 |
18 | 18 | ||
19 | -``` | 19 | + |
20 | <delete id="deleteByPrimaryKey" parameterType="java.lang.Integer"> | 20 | <delete id="deleteByPrimaryKey" parameterType="java.lang.Integer"> |
21 | - delete from article_sort | ||
22 | - where id = #{id,jdbcType=INTEGER} | ||
23 | - </delete> | ||
24 | -``` | 21 | + delete from article_sort |
22 | + where id = #{id,jdbcType=INTEGER} | ||
23 | + </delete> | ||
24 | + | ||
25 | 25 | ||
26 | ### 错误编码 | 26 | ### 错误编码 |
27 | 27 |
-
Please register or login to post a comment