...
|
...
|
@@ -19,7 +19,7 @@ |
|
|
|
|
|
### 对应SQL的操作库表
|
|
|
|
|
|
```
|
|
|
|
|
|
<update id="updateByPrimaryKeySelective" parameterType="com.yohobuy.platform.dal.guang.model.ArticleSort">
|
|
|
update article_sort
|
|
|
<set>
|
...
|
...
|
@@ -44,7 +44,7 @@ |
|
|
</set>
|
|
|
where id = #{id,jdbcType=INTEGER}
|
|
|
</update>
|
|
|
```
|
|
|
|
|
|
|
|
|
### 错误编码
|
|
|
|
...
|
...
|
|