...
|
...
|
@@ -19,8 +19,7 @@ |
|
|
|
|
|
### 对应SQL的操作库表
|
|
|
|
|
|
|
|
|
<update id="updateByPrimaryKeySelective" parameterType="com.yohobuy.platform.dal.guang.model.ArticleSort">
|
|
|
<update id="updateByPrimaryKeySelective" parameterType="com.yohobuy.platform.dal.guang.model.ArticleSort">
|
|
|
update article_sort
|
|
|
<set>
|
|
|
<if test="parentId > 0 or parentId = 0 ">
|
...
|
...
|
|