阿超 > mybatis中if-else mybatis中if-else java 2020-07-23 mybatis中if-else 2020-07-23 java mybatis中if-else要用choose-when-otherwise 12345678<choose> <when test="page !=null and page.orderBy != null and page.orderBy != ''"> ORDER BY ${page.orderBy} </when> <otherwise> ORDER BY a.update_date DESC </otherwise></choose>