Authored by simba

s

... ... @@ -19,6 +19,7 @@
### 对应SQL的操作库表
```xml
<update id="updateByPrimaryKeySelective" parameterType="com.yohobuy.platform.dal.guang.model.BrandRelationship" >
update brand_relationship
<set >
... ... @@ -54,7 +55,7 @@
(#{item.shipId,jdbcType=INTEGER}, #{item.activityImg,jdbcType=VARCHAR},#{item.createTime,jdbcType=INTEGER})
</foreach>
</insert>
```
### 错误编码
... ... @@ -67,7 +68,9 @@
### 返回
``` json
{
"code": "200",
"message":"更新成功"
}
```
\ No newline at end of file
... ...