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.ArticleTagsClassify" > | 23 | <update id="updateByPrimaryKeySelective" parameterType="com.yohobuy.platform.dal.guang.model.ArticleTagsClassify" > |
24 | update article_tags_classify | 24 | update article_tags_classify |
25 | <set > | 25 | <set > |
@@ -38,7 +38,7 @@ | @@ -38,7 +38,7 @@ | ||
38 | </set> | 38 | </set> |
39 | where id = #{id,jdbcType=INTEGER} | 39 | where id = #{id,jdbcType=INTEGER} |
40 | </update> | 40 | </update> |
41 | -``` | 41 | + |
42 | 42 | ||
43 | ### 错误编码 | 43 | ### 错误编码 |
44 | 44 |
-
Please register or login to post a comment