...
|
...
|
@@ -12,14 +12,14 @@ |
|
|
|
|
|
### 对应SQL的操作库表
|
|
|
|
|
|
```xml
|
|
|
|
|
|
<select id="selectAllSortList" resultMap="BaseResultMap">
|
|
|
select
|
|
|
<include refid="Base_Column_List" />
|
|
|
from article_sort
|
|
|
order by order_by DESC
|
|
|
</select>
|
|
|
```
|
|
|
select
|
|
|
<include refid="Base_Column_List" />
|
|
|
from article_sort
|
|
|
order by order_by DESC
|
|
|
</select>
|
|
|
|
|
|
|
|
|
### 错误编码
|
|
|
|
...
|
...
|
|