Authored by simba

s

... ... @@ -19,7 +19,7 @@
### 对应SQL的操作库表
```xml
<update id="updateByPrimaryKeySelective" parameterType="com.yohobuy.platform.dal.guang.model.ArticleTags" >
update article_tags
<set >
... ... @@ -41,6 +41,7 @@
</set>
where id = #{id,jdbcType=INTEGER}
</update>
```
### 错误编码
... ... @@ -53,7 +54,7 @@
### 返回
``` json
```json
{
"code": "200",
"message":"修改成功"
... ...