Authored by simba

修改资讯分类资源

@@ -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