...
|
...
|
@@ -18,7 +18,7 @@ |
|
|
|
|
|
|
|
|
### 对应SQL的操作库表
|
|
|
|
|
|
```xml
|
|
|
<insert id="insertSelective" parameterType="com.yohobuy.platform.dal.guang.model.ArticleTags" >
|
|
|
insert into article_tags
|
|
|
<trim prefix="(" suffix=")" suffixOverrides="," >
|
...
|
...
|
@@ -62,7 +62,7 @@ |
|
|
</if>
|
|
|
</trim>
|
|
|
</insert>
|
|
|
|
|
|
```
|
|
|
|
|
|
### 错误编码
|
|
|
|
...
|
...
|
@@ -75,7 +75,7 @@ |
|
|
|
|
|
### 返回
|
|
|
|
|
|
``` json
|
|
|
```json
|
|
|
{
|
|
|
"code": "200",
|
|
|
"message":"增加成功"
|
...
|
...
|
|