Authored by simba

s

@@ -17,7 +17,7 @@ @@ -17,7 +17,7 @@
17 17
18 18
19 ### 对应SQL的操作库表 19 ### 对应SQL的操作库表
20 - 20 +```xml
21 <insert id="insertSelective" parameterType="com.yohobuy.platform.dal.guang.model.Author" > 21 <insert id="insertSelective" parameterType="com.yohobuy.platform.dal.guang.model.Author" >
22 insert into author 22 insert into author
23 <trim prefix="(" suffix=")" suffixOverrides="," > 23 <trim prefix="(" suffix=")" suffixOverrides="," >
@@ -55,7 +55,7 @@ @@ -55,7 +55,7 @@
55 </if> 55 </if>
56 </trim> 56 </trim>
57 </insert> 57 </insert>
58 - 58 +```
59 59
60 ### 错误编码 60 ### 错误编码
61 61
@@ -69,7 +69,8 @@ @@ -69,7 +69,8 @@
69 ### 返回 69 ### 返回
70 70
71 ```json 71 ```json
72 -{  
73 - "code": "200",  
74 - "message":"增加成功"  
75 -} 72 + {
  73 + "code": "200",
  74 + "message":"增加成功"
  75 + }
  76 +```