- 官方网站
- 动态 SQL 官方文档
- XML 映射器官方文档
不成系统的碎片笔记
用于拼接 sql 语句的多条件判断语句<choose>
<when test="sortByType == 1">
ASC
</when>
<otherwise>
DESC
</otherwise>
</choose>
特殊符号
```html > > 大于号
<choose>
<when test="sortByType == 1">
ASC
</when>
<otherwise>
DESC
</otherwise>
</choose>
让时间为你证明