sql语句choose/when/otherwise使用注意
sql语句choose/when/otherwise使用注意1.test中的key不能使用特殊字符 - 或者 +2.test中的判断仅对!= null有效,不能使用==对字符串判断3.示例: <choose> <when test='sortIdOrder != null'> order by sort_id desc </when&g...