Showing
1 changed file
with
2 additions
and
2 deletions
@@ -19,7 +19,7 @@ | @@ -19,7 +19,7 @@ | ||
19 | 19 | ||
20 | ### 对应SQL的操作库表 | 20 | ### 对应SQL的操作库表 |
21 | 21 | ||
22 | -``` | 22 | + |
23 | <update id="updateByPrimaryKeySelective" parameterType="com.yohobuy.platform.dal.guang.model.ArticleSort"> | 23 | <update id="updateByPrimaryKeySelective" parameterType="com.yohobuy.platform.dal.guang.model.ArticleSort"> |
24 | update article_sort | 24 | update article_sort |
25 | <set> | 25 | <set> |
@@ -44,7 +44,7 @@ | @@ -44,7 +44,7 @@ | ||
44 | </set> | 44 | </set> |
45 | where id = #{id,jdbcType=INTEGER} | 45 | where id = #{id,jdbcType=INTEGER} |
46 | </update> | 46 | </update> |
47 | -``` | 47 | + |
48 | 48 | ||
49 | ### 错误编码 | 49 | ### 错误编码 |
50 | 50 |
-
Please register or login to post a comment