Authored by simba

修改标签分类

... ... @@ -19,7 +19,7 @@
### 对应SQL的操作库表
```
<update id="updateByPrimaryKeySelective" parameterType="com.yohobuy.platform.dal.guang.model.ArticleTagsClassify" >
update article_tags_classify
<set >
... ... @@ -38,7 +38,7 @@
</set>
where id = #{id,jdbcType=INTEGER}
</update>
```
### 错误编码
... ...