Showing
1 changed file
with
1 additions
and
2 deletions
@@ -19,8 +19,7 @@ | @@ -19,8 +19,7 @@ | ||
19 | 19 | ||
20 | ### 对应SQL的操作库表 | 20 | ### 对应SQL的操作库表 |
21 | 21 | ||
22 | - | ||
23 | - <update id="updateByPrimaryKeySelective" parameterType="com.yohobuy.platform.dal.guang.model.ArticleSort"> | 22 | + <update id="updateByPrimaryKeySelective" parameterType="com.yohobuy.platform.dal.guang.model.ArticleSort"> |
24 | update article_sort | 23 | update article_sort |
25 | <set> | 24 | <set> |
26 | <if test="parentId > 0 or parentId = 0 "> | 25 | <if test="parentId > 0 or parentId = 0 "> |
-
Please register or login to post a comment