摘要: <choose> <when test="sort != null and sort.trim() != ''"> order by ${sort} ${order} </when> <otherwise> order by a.id desc </otherwise> </choose> choo 阅读全文
posted @ 2022-05-20 17:40 了悟 阅读(43) 评论(0) 推荐(0)