Showing
1 changed file
with
4 additions
and
1 deletions
@@ -19,6 +19,7 @@ | @@ -19,6 +19,7 @@ | ||
19 | 19 | ||
20 | ### 对应SQL的操作库表 | 20 | ### 对应SQL的操作库表 |
21 | 21 | ||
22 | +```xml | ||
22 | <update id="updateByPrimaryKeySelective" parameterType="com.yohobuy.platform.dal.guang.model.BrandRelationship" > | 23 | <update id="updateByPrimaryKeySelective" parameterType="com.yohobuy.platform.dal.guang.model.BrandRelationship" > |
23 | update brand_relationship | 24 | update brand_relationship |
24 | <set > | 25 | <set > |
@@ -54,7 +55,7 @@ | @@ -54,7 +55,7 @@ | ||
54 | (#{item.shipId,jdbcType=INTEGER}, #{item.activityImg,jdbcType=VARCHAR},#{item.createTime,jdbcType=INTEGER}) | 55 | (#{item.shipId,jdbcType=INTEGER}, #{item.activityImg,jdbcType=VARCHAR},#{item.createTime,jdbcType=INTEGER}) |
55 | </foreach> | 56 | </foreach> |
56 | </insert> | 57 | </insert> |
57 | - | 58 | +``` |
58 | 59 | ||
59 | ### 错误编码 | 60 | ### 错误编码 |
60 | 61 | ||
@@ -67,7 +68,9 @@ | @@ -67,7 +68,9 @@ | ||
67 | 68 | ||
68 | ### 返回 | 69 | ### 返回 |
69 | 70 | ||
71 | +``` json | ||
70 | { | 72 | { |
71 | "code": "200", | 73 | "code": "200", |
72 | "message":"更新成功" | 74 | "message":"更新成功" |
73 | } | 75 | } |
76 | +``` |
-
Please register or login to post a comment