Showing
1 changed file
with
7 additions
and
7 deletions
@@ -12,14 +12,14 @@ | @@ -12,14 +12,14 @@ | ||
12 | 12 | ||
13 | ### 对应SQL的操作库表 | 13 | ### 对应SQL的操作库表 |
14 | 14 | ||
15 | -```xml | 15 | + |
16 | <select id="selectAllSortList" resultMap="BaseResultMap"> | 16 | <select id="selectAllSortList" resultMap="BaseResultMap"> |
17 | - select | ||
18 | - <include refid="Base_Column_List" /> | ||
19 | - from article_sort | ||
20 | - order by order_by DESC | ||
21 | - </select> | ||
22 | -``` | 17 | + select |
18 | + <include refid="Base_Column_List" /> | ||
19 | + from article_sort | ||
20 | + order by order_by DESC | ||
21 | + </select> | ||
22 | + | ||
23 | 23 | ||
24 | ### 错误编码 | 24 | ### 错误编码 |
25 | 25 |
-
Please register or login to post a comment