Authored by simba

查询资讯分类资源

@@ -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